import { z } from "zod";
export declare const optionalSwDestPartial: z.ZodObject<{
    swDest: z.ZodOptional<z.ZodString>;
}, z.core.$strict>;
export declare const requiredSwDestPartial: z.ZodObject<{
    swDest: z.ZodString;
}, z.core.$strict>;
//# sourceMappingURL=sw-dest.d.ts.map