/** Sms operator informations */
export interface Hlr {
    /** The country */
    country: string;
    /** The countryCode prefix number */
    countryCode: string;
    /** The network name */
    network: string;
    /** The operator name */
    operator: string;
    /** The region */
    region: string;
}
//# sourceMappingURL=Hlr.d.ts.map