export default class ResetPassword extends Action { _reset(props: any): any; act(props: any): Promise; } import Action from "./action";