import type { BridgeHandoffResult } from "./handoff.js"; export interface AcceptBridgeHandoffOptions { handoff: BridgeHandoffResult; apiHost: string; connectorUrl: string; idpBaseUrl: string; expiresAt: number; } export declare function acceptBridgeHandoff(options: AcceptBridgeHandoffOptions): Promise; //# sourceMappingURL=handoff-acceptance.d.ts.map