import { z } from 'zod'; export declare const googleMapSchema: z.ZodObject<{ type: z.ZodLiteral<"atGoogleMap">; mapId: z.ZodString; }, "strip", z.ZodTypeAny, { type: "atGoogleMap"; mapId: string; }, { type: "atGoogleMap"; mapId: string; }>; export declare const googleMapQuery: string; //# sourceMappingURL=googleMap.d.ts.map