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