import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { UserParcelTemplate } from "./userparceltemplate.js"; export type UserParcelTemplateList = { results?: Array | undefined; }; /** @internal */ export declare const UserParcelTemplateList$inboundSchema: z.ZodMiniType; export declare function userParcelTemplateListFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=userparceltemplatelist.d.ts.map