import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { WebpropertyAsset } from "./webpropertyasset.js"; export type ResponseEnvelopeListWebpropertyAsset = { result?: Array | null | undefined; }; /** @internal */ export declare const ResponseEnvelopeListWebpropertyAsset$inboundSchema: z.ZodType; export declare function responseEnvelopeListWebpropertyAssetFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=responseenvelopelistwebpropertyasset.d.ts.map