import { MutationConfirmEmailArgs } from '../types'; export declare const confirmEmail: (input: MutationConfirmEmailArgs) => Promise;