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 ResponseEnvelopeWebpropertyAsset = { result?: WebpropertyAsset | undefined; }; /** @internal */ export declare const ResponseEnvelopeWebpropertyAsset$inboundSchema: z.ZodType; export declare function responseEnvelopeWebpropertyAssetFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=responseenvelopewebpropertyasset.d.ts.map