import * as z from "zod/v3"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Host } from "./host.js"; export type HostAsset = { extensions: { [k: string]: any; }; resource: Host; }; /** @internal */ export declare const HostAsset$inboundSchema: z.ZodType; export declare function hostAssetFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=hostasset.d.ts.map