declare const _default: (codeVerifier: string) => Promise<string>;
/**
 * See https://tools.ietf.org/html/rfc7636#section-4.2 to more information
 */
export default _default;
