import { z } from "../../../../shared/zod";
export declare const bridgeClearanceSchema: z.ZodObject<{
    APILastUpdate: z.ZodPipe<z.ZodString, z.ZodTransform<Date, string>>;
    BridgeNumber: z.ZodNullable<z.ZodString>;
    ControlEntityGuid: z.ZodString;
    CrossingDescription: z.ZodNullable<z.ZodString>;
    CrossingLocationId: z.ZodNumber;
    CrossingRecordGuid: z.ZodString;
    InventoryDirection: z.ZodNullable<z.ZodString>;
    Latitude: z.ZodNumber;
    LocationGuid: z.ZodString;
    Longitude: z.ZodNumber;
    RouteDate: z.ZodPipe<z.ZodString, z.ZodTransform<Date, string>>;
    SRMP: z.ZodNumber;
    SRMPAheadBackIndicator: z.ZodNullable<z.ZodString>;
    StateRouteID: z.ZodNullable<z.ZodString>;
    StateStructureId: z.ZodNullable<z.ZodString>;
    VerticalClearanceMaximumFeetInch: z.ZodNullable<z.ZodString>;
    VerticalClearanceMaximumInches: z.ZodNumber;
    VerticalClearanceMinimumFeetInch: z.ZodNullable<z.ZodString>;
    VerticalClearanceMinimumInches: z.ZodNumber;
}, z.core.$strip>;
export type BridgeClearance = z.infer<typeof bridgeClearanceSchema>;
//# sourceMappingURL=bridgeClearances.output.d.ts.map