import BitmovinResource from './BitmovinResource';
/**
 * @export
 * @class Tenant
 */
export declare class Tenant extends BitmovinResource {
    /**
     * Email address of the tenant. (required)
     * @type {string}
     * @memberof Tenant
     */
    eMail?: string;
    constructor(obj?: Partial<Tenant>);
}
export default Tenant;
