import { z } from 'zod'; export declare const skuMappingSchema: z.ZodObject<{ amazonSku: z.ZodString; enterpriseSku: z.ZodString; expectedFotaModel: z.ZodString; axonautProductInternalId: z.ZodString; }, z.core.$strip>; export type SkuMapping = z.infer;