interface PKCEPair { codeVerifier: string; codeChallenge: string; } export declare function generateCodeChallengeAndVerifier(): PKCEPair; export {};