import { z } from "../../../../shared/zod";
export declare const vesselStatsInputSchema: z.ZodObject<{}, z.core.$strict>;
export type VesselStatsInput = z.infer<typeof vesselStatsInputSchema>;
/**
 * VesselStatsById input schema
 */
export declare const vesselStatsByIdInputSchema: z.ZodObject<{
    VesselID: z.ZodNumber;
}, z.core.$strip>;
export type VesselStatsByIdInput = z.infer<typeof vesselStatsByIdInputSchema>;
//# sourceMappingURL=vesselStats.input.d.ts.map