import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export declare const AddCollectionItemsErrorErrorType: { readonly ExistingItem: "EXISTING_ITEM"; }; export type AddCollectionItemsErrorErrorType = ClosedEnum; export type AddCollectionItemsError = { errorType?: AddCollectionItemsErrorErrorType | undefined; }; /** @internal */ export declare const AddCollectionItemsErrorErrorType$inboundSchema: z.ZodNativeEnum; /** @internal */ export declare const AddCollectionItemsError$inboundSchema: z.ZodType; export declare function addCollectionItemsErrorFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=addcollectionitemserror.d.ts.map