import type { Collection } from 'payload'; import type { Context } from '../types.js'; export declare function verifyEmail(collection: Collection): (_: any, args: any, context: Context) => Promise; //# sourceMappingURL=verifyEmail.d.ts.map