import { z } from "../../../../shared/zod";
export declare const vesselVerboseInputSchema: z.ZodObject<{}, z.core.$strict>;
export type VesselVerboseInput = z.infer<typeof vesselVerboseInputSchema>;
/**
 * VesselVerboseById input schema
 */
export declare const vesselVerboseByIdInputSchema: z.ZodObject<{
    VesselID: z.ZodNumber;
}, z.core.$strip>;
export type VesselVerboseByIdInput = z.infer<typeof vesselVerboseByIdInputSchema>;
//# sourceMappingURL=vesselVerbose.input.d.ts.map