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