export declare function generateAuthCode(): string; export declare function verifyPkce(codeVerifier: string, codeChallenge: string): boolean; //# sourceMappingURL=pkce.d.ts.map