import type { MethodFn } from './index.js'; /** * Install a one-shot dialog handler on a page. The next dialog will be * automatically accepted or dismissed. Useful for `window.alert/confirm/prompt` * pages that block navigation. */ export declare const dialogMethods: Record; //# sourceMappingURL=dialog.d.ts.map