import type { ApiClient } from "@promobase/sdk-runtime"; export interface LiveVideoInputStreamFields { dash_ingest_url: string; dash_preview_url: string; id: string; is_master: boolean; secure_stream_url: string; stream_health: Record; stream_id: string; stream_url: string; } export declare function liveVideoInputStreamNode(client: ApiClient, id: string): { __path: string; __brand: LiveVideoInputStreamFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=live-video-input-stream.d.ts.map