export declare const disableDevLog: () => void; export declare const enableDevLog: () => void; export declare const devLog: (...args: any[]) => void;