//#region src/internal/clerk-js/runtime.d.ts
declare function inBrowser(): boolean;
declare function inActiveBrowserTab(): boolean;
declare function inIframe(): boolean;
declare function inCrossOriginIframe(): boolean;
//#endregion
export { inActiveBrowserTab, inBrowser, inCrossOriginIframe, inIframe };
//# sourceMappingURL=runtime.d.ts.map