import * as z from "zod/v4-mini"; import { ClosedEnum } from "../../types/enums.js"; /** * Print format of the label. If empty, will use the default format set from * * @remarks * the Shippo dashboard. */ export declare const LabelFileTypeEnum: { readonly Png: "PNG"; readonly PNG23x75: "PNG_2.3x7.5"; readonly Pdf: "PDF"; readonly PDF23x75: "PDF_2.3x7.5"; readonly PDF4x6: "PDF_4x6"; readonly PDF4x8: "PDF_4x8"; readonly PdfA4: "PDF_A4"; readonly PdfA5: "PDF_A5"; readonly PdfA6: "PDF_A6"; readonly Zplii: "ZPLII"; }; /** * Print format of the label. If empty, will use the default format set from * * @remarks * the Shippo dashboard. */ export type LabelFileTypeEnum = ClosedEnum; /** @internal */ export declare const LabelFileTypeEnum$inboundSchema: z.ZodMiniEnum; /** @internal */ export declare const LabelFileTypeEnum$outboundSchema: z.ZodMiniEnum; //# sourceMappingURL=labelfiletypeenum.d.ts.map