import type { HostFrame } from '../MessageTransport';
export declare function shouldRedirect(frame: HostFrame): boolean;
export declare function redirect(url: string): void;
export declare function getLocation(): Location | undefined;
export declare function getWindow(): (Window & typeof globalThis) | undefined;
