export interface DeliveryStatusFields { status: string; substatuses: string[]; } //# sourceMappingURL=delivery-status.d.ts.map