import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Location } from "./location.js"; export type LocationUpdated = { location?: Location | undefined; }; /** @internal */ export declare const LocationUpdated$inboundSchema: z.ZodType; export declare function locationUpdatedFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=locationupdated.d.ts.map