/**
 * 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) => import("../../compiled/debug").Debugger;
export declare const clearConsole: () => void;
export declare const wait: (time?: number) => Promise<unknown>;
