/** * `workos env claim` — claim an unclaimed environment. * * Reads claim token from active environment, generates a nonce via * createClaimNonce(), opens browser to dashboard claim URL, and polls * until the environment is claimed. */ /** * Run the claim flow. */ export declare function runClaim(): Promise;