export declare type LoggingConfig = "DEBUG" | "NORMAL"; export declare const debugLogger: (tag: string) => (message: string) => void;