/** Taro's renderer-owned bindings. window stays native; portable APIs use native globals or explicit polyfills. */ export declare const miniBrowserBindings: { document: [string, string]; navigator: [string, string]; requestAnimationFrame: [string, string]; cancelAnimationFrame: [string, string]; Element: [string, string]; SVGElement: [string, string]; MutationObserver: [string, string]; history: [string, string]; location: [string, string]; };