import { TypeServiceEnum } from './TypeServiceEnum';
/** Vxml services */
export interface Vxml {
    /**  */
    description: string;
    /**  */
    offers: string[];
    /**  */
    serviceName: string;
    /**  */
    serviceType: TypeServiceEnum;
}
//# sourceMappingURL=Vxml.d.ts.map