export type PKCE = { code_verifier: string; code_challenge: string; code_challenge_method: 'S256'; }; export declare function createState(): string; export declare function createPKCE(): Promise; //# sourceMappingURL=pkce.d.ts.map