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