type LogType = 'info' | 'error';
export declare function log(type?: LogType, ...args: any[]): void;
export {};
