import { z } from "../../../../shared/zod";
export declare const vesselHistoriesByVesselNameAndDateRangeInputSchema: z.ZodObject<{
    VesselName: z.ZodString;
    DateStart: z.ZodString;
    DateEnd: z.ZodString;
}, z.core.$strip>;
export type VesselHistoriesByVesselNameAndDateRangeInput = z.infer<typeof vesselHistoriesByVesselNameAndDateRangeInputSchema>;
export declare const vesselHistoriesInputSchema: z.ZodObject<{}, z.core.$strip>;
export type VesselHistoriesInput = z.infer<typeof vesselHistoriesInputSchema>;
//# sourceMappingURL=vesselHistories.input.d.ts.map