import { Context } from "../imports/Context"; export declare class SendEmailResponse { constructor( cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean ); id: string; }