export declare const Logger: { info: (message: string, ...args: any[]) => void; };