export declare function log(message: string, type?: 'info' | 'warn' | 'error'): void;
export declare function clear(): void;
