import type { Collection } from '../../../collections/config/types';
declare function resetPasswordResolver(collection: Collection): (_: any, args: any, context: any) => Promise<import("../../operations/resetPassword").Result>;
export default resetPasswordResolver;
//# sourceMappingURL=resetPassword.d.ts.map