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