export type Data = { qty: number; cargoId: string; status: string; parcels: Array; carrier: string; }; export declare const data: Data[];