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