declare module "@openauthjs/openauth/pkce" { interface PkcePair { challenge: string; verifier: string; } export function generatePKCE(): Promise; }