export declare class GlobalConfig {
    static logger_function(log: any): void;
    static logger?: (log: any) => void;
}
