// Generated by dts-bundle-generator v9.5.1 export declare const webBridge: { href(url: string): Promise; push(url: string): Promise; }; export type WebBridge = typeof webBridge; export {};