import BaseClass from "../utils/BaseClass"; export declare class ShippingZoneCollection extends BaseClass { static className: string; name: string; countryCodeRegex: string; notCountryCodeRegex: string; stateCodeRegex: string; notStateCodeRegex: string; zipCodeRegex: string; notZipCodeRegex: string; id: string; createdAt: Date; updatedAt: Date; reference: string; referenceOrigin: string; metadata: object; static define(): void; } declare const ShippingZone: import("../typings/Library").BaseResource; export default ShippingZone;