export declare function createCryptoChallenge(): { codeVerifier: string; codeChallenge: string; cryptoChallengeState: string; };