import { z } from "zod";
export declare const optionalSwDestPartial: z.ZodObject<{
    swDest: z.ZodOptional<z.ZodString>;
}, "strict", z.ZodTypeAny, {
    swDest?: string | undefined;
}, {
    swDest?: string | undefined;
}>;
export declare const requiredSwDestPartial: z.ZodObject<{
    swDest: z.ZodString;
}, "strict", z.ZodTypeAny, {
    swDest: string;
}, {
    swDest: string;
}>;
//# sourceMappingURL=swDest.d.ts.map