import type { LocalServer } from "../../"; export declare const addAuthenticionRoutes: (env: LocalServer) => { verifyEmailAddress: (dbName: string, clientIp: string, code: string) => Promise; resetPassword: (dbName: string, clientIp: string, code: string, newPassword: string) => Promise; }; export default addAuthenticionRoutes; //# sourceMappingURL=index.d.ts.map