declare const _default: {
    forgotPassword: ({ email }?: any) => Promise<any>;
    resetPassword: ({ resetPasswordToken, password }?: any) => Promise<any>;
};
export default _default;
//# sourceMappingURL=auth.d.ts.map