import type { AegisAuthConfig } from "../config";
interface VerificationEmailOptions {
    toEmail: string;
    token: string;
    config: Required<AegisAuthConfig>;
}
export declare function sendVerificationEmail(options: VerificationEmailOptions): Promise<import("resend").CreateEmailResponse>;
export {};
//# sourceMappingURL=sendVerificationEmail.d.ts.map