/** * createCodeVerifier for PKCE login * @export * @return {string} */ export default function createCodeVerifier(): string;