export declare function generatePKCE(): Promise<{ verifier: string; challenge: string; }>; //# sourceMappingURL=pkce.d.ts.map