export declare const logger: {
    debug(...args: Array<any>): void;
};
