interface EnsureOffscreenOptions { url: string; reasons: chrome.offscreen.Reason[]; justification: string; } export declare function ensureOffscreen(opts: EnsureOffscreenOptions): Promise; /** Whether the offscreen document is currently up. Exported for the OAuth * watcher, which must not *create* one — a fresh document holds no PKCE * verifier, so there would be nothing to adopt. */ export declare function offscreenExists(url: string): Promise; export {}; //# sourceMappingURL=ensure-offscreen.d.ts.map