export = LogisticsValidator; declare class LogisticsValidator { static sampleFileServiceability(): any; static getSampleFileServiceabilityStatus(): any; static bulkTat(): any; static getBulkTat(): any; static createDeliveryTime(): any; static getDeliveryTimes(): any; static getDeliveryTime(): any; static updateDeliveryTime(): any; static deleteDeliveryTime(): any; static createServiceability(): any; static getServiceabilities(): any; static getServiceability(): any; static updateServiceability(): any; static deleteServiceability(): any; static bulkServiceability(): any; static getBulkServiceability(): any; static createCourierPartnerAccount(): any; static getCourierPartnerAccounts(): any; static updateCourierPartnerAccount(): any; static getCourierPartnerAccount(): any; static getCountries(): any; static createCourierPartnerScheme(): any; static getCourierPartnerSchemes(): any; static updateCourierPartnerScheme(): any; static getCourierPartnerScheme(): any; static getSampleFileRateCard(): any; static bulkRateCard(): any; static getBulkRateCard(): any; static getSampleFileRateZone(): any; static createRateZoneBulkJob(): any; static getBulkRateZoneJobHistory(): any; static getRateZoneConfig(): any; static updateRateZoneConfiguration(): any; }