import { I_TempCustomer } from 'src/modules/customer/backend/responses/schemas';
import { I_3PLDeliveryOrder, I_Shipment } from '../../backend/responses/schemas';
export type T_ShipmentStatusTableDataContentProps = {
    shipment: I_Shipment;
    refetch: VoidFunction;
};
export type T_DeliveriesStatusTableDataContentProps = {
    deliveryOrder: I_3PLDeliveryOrder;
    refetch: VoidFunction;
};
export declare const keysToPick: T_TempCustomerKeys[];
export type T_TempCustomerKeys = keyof I_TempCustomer;
//# sourceMappingURL=index.d.ts.map