export declare const configBlackList: string[];
export declare const isConfigKeyInBlackList: (key: string) => boolean;
export declare const isInputConfigValid: (config: any) => boolean;
export declare function safeParse<T>(str: string): T | string;
export declare const forceNumber: (num?: string | number) => number;
export declare const isDev: () => boolean;
