declare type Scope = 'preview' | 'emulator' | 'runtime' | 'bridge' | 'runtime:worker'; export declare function createDebug(scope: Scope): (message: string, ...data: any[]) => void; export {};