import { XompassBaseApi } from'../core';
/**
* Api services for the `Email` model.
*/
export declare abstractclassEmailApiextendsXompassBaseApi {
static model: any;
/**
* The name of the model represented by this $resource,
* i.e. `Email`.
*/staticgetModelName(): string;
}