import type { NextFunction, Response } from 'express';
import type { PayloadRequest } from '../../express/types';
declare function verifyEmailHandler(req: PayloadRequest, res: Response, next: NextFunction): Promise<any>;
export default verifyEmailHandler;
//# sourceMappingURL=verifyEmail.d.ts.map