export declare function log(...rest: any[]): void;
export declare function logError(...rest: any[]): void;
