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