export declare const createLogger: (name: string) => {
    verbose: any;
    info: any;
    warning: any;
    error: any;
};
