import { SpecialNumberCategoryEnum } from './portability/SpecialNumberCategoryEnum';
/** French value added services subject to the RSVA reform (Référentiel des numéros SVA) */
export interface Rsva {
    /**  */
    serviceName: string;
    /**  */
    typology?: SpecialNumberCategoryEnum;
}
//# sourceMappingURL=Rsva.d.ts.map