import { debug } from 'debug';
export declare function createLogger(name: string): ReturnType<typeof debug>;
