export declare const logger: {
    debug: any;
    warn: (message: string) => void;
};
