export declare const logger: { default: (...args: any[]) => void; error: (...args: any[]) => void; warn: (...args: any[]) => void; };