export declare class CourierCofig { name: string; url: string; status: boolean; hasTrackingNo: boolean; creationDate: Date; modificationDate: Date; }