export declare class Logger {
    static log(message: string, logFunc?: (msg: string) => void): void;
}
