export declare const ASSET_PICKER_HANDOFF_PARAM = "__an_asset_picker_handoff"; export declare const ASSET_PICKER_RETURN_ORIGIN_PARAM = "__an_asset_picker_return_origin"; export interface StandaloneAssetPickerOptions { handoffId?: string; returnOrigin?: string; } export declare function createAssetPickerHandoffId(): string; /** * Cross-origin Assets pages cannot inherit the host app's authenticated * session inside an iframe. Treat those URLs as link-out targets so provider * sign-in runs in a normal top-level browser context. */ export declare function isExternalAssetPickerUrl(value: string, currentOrigin: string): boolean; /** Build a top-level picker URL without iframe-only auth flags. */ export declare function standaloneAssetPickerUrl(value: string, baseUrl?: string, options?: StandaloneAssetPickerOptions): string; //# sourceMappingURL=asset-picker-url.d.ts.map