export declare const log: (...args: any[]) => void; export declare const error: ((errorMsg: string) => never) | (() => void);