export declare const logger: { info(message: string | {}): void; warn(message: string | {}): void; error(message: string | {}): void; log(message: string | {}): void; };