import { VirtualNumberIsoCountryCodeEnum } from './VirtualNumberIsoCountryCodeEnum';
/** Virtual numbers */
export interface VirtualNumberGenericService {
    /** The ISO formated country code of the number */
    countryCode: VirtualNumberIsoCountryCodeEnum;
    /** The virtual number */
    number: string;
}
//# sourceMappingURL=VirtualNumberGenericService.d.ts.map