/** Navigate to the issuer /logout bounce. The returned promise stays pending * while the navigation is in flight - a successful navigation tears down this * document instead of resolving it - and settles only via `capMs` if the * navigation never commits. */ export declare function commitIssuerLogoutBounce(bounce: string, capMs?: number): Promise;