import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type UpdatedSubscriberDto = { /** * The ID of the subscriber that was updated. */ subscriberId: string; }; /** @internal */ export declare const UpdatedSubscriberDto$inboundSchema: z.ZodType; export declare function updatedSubscriberDtoFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=updatedsubscriberdto.d.ts.map