import { BrowserEnv } from '@ali/broccoli-simulate-browser-env'; import { IOptions } from '../interface'; declare function noop(): void; export declare const spliceWindowStr: (fakeWindow: any) => string; export declare function createOriginBrowser(otp: IOptions): BrowserEnv; export declare function createBrowser(otp: IOptions): { fakeWindow: { window: { Image: typeof noop; navigator: any; document: any; location: any; localStorage: any; sessionStorage: any; screen: any; g_config: { walletBaseGoldKey: {}; }; lzdiTraceLifeCircle: {}; Node: { prototype: { addEventListener: typeof noop; }; }; requestAnimationFrame: typeof noop; flute_langs: {}; }; Image: typeof noop; navigator: any; document: any; location: any; localStorage: any; sessionStorage: any; screen: any; g_config: { walletBaseGoldKey: {}; }; lzdiTraceLifeCircle: {}; Node: { prototype: { addEventListener: typeof noop; }; }; requestAnimationFrame: typeof noop; flute_langs: {}; }; originWindow: BrowserEnv; }; export {};