export declare const getAllowedLogLevels: (level: string) => {
    [k: string]: number;
};
