import Joi from 'joi'; /** @description Packing slip details for a fulfillment brand */ export declare class PackingSlip { /** @description The url from which the packing slip can be downloaded */ url?: string; } export declare const PackingSlipSchema: Joi.ObjectSchema;