import { IShipmentOptions } from './iShipmentOptions'; export declare class TrunkrsShipmentOptions implements IShipmentOptions { NAME: string; shipmentType: string; apiKey: string; service?: "SAME_DAY" | "SAME_DAY_FOOD" | "SAME_DAY_FROZEN_FOOD"; timeSlotId?: number | null; noNeighbourDelivery?: boolean | null; noSignature?: boolean | null; deliverInMailBox?: boolean | null; maxDeliveryAttempts?: number | null; maxTimeOutsideFreezer?: number | null; requireProofOfDelivery?: boolean | null; requireAgeCheck?: boolean | null; } //# sourceMappingURL=TrunkrsShipmentOptions.d.ts.map