/** * Генерация code challenge для нового oauth */ export declare const generateCodeChallenge: (codeVerifier: string) => string;