import { z } from "zod/mini"; //#region src/model/geopoint.d.ts declare const GeoPointModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"GeoPoint">; fieldset: z.ZodMiniOptional>>; config: z.ZodMiniOptional>>; }, z.core.$strip>>; }, z.core.$strip>; type GeoPointModel = z.infer; //#endregion export { GeoPointModel }; //# sourceMappingURL=geopoint.d.ts.map