type FullscreenMethodHost = Record<string, (() => Promise<void> | void) | undefined>;
export declare function callFirstFullscreenMethod(host: FullscreenMethodHost, methodNames: string[]): Promise<void>;
export declare function requestElementFullscreen(element: Element): Promise<void>;
export declare function exitDocumentFullscreen(doc: Document): Promise<void>;
export {};
