import debug from '../../compiled/debug'; /** * Create debug function with unified namespace prefix. * @param scope - Custom module name of your debug function. * @returns Debug function which namespace start with modern-js:. */ export declare const createDebugger: (scope: string) => debug.Debugger; export declare const clearConsole: () => void; export declare const wait: (time?: number) => Promise;