export declare const logger: { error: (firstArg: any, ...restArgs: any[]) => void; warn: (firstArg: any, ...restArgs: any[]) => void; };