export declare const log: { silent: boolean; info(...items: any[]): void; warn(...items: any[]): void; error(...items: any[]): void; };