import type { ApiClient } from "@promobase/sdk-runtime"; export interface LiveVideoErrorFields { creation_time: string; error_code: number; error_message: string; error_type: string; } export declare function liveVideoErrorNode(client: ApiClient, id: string): { __path: string; __brand: LiveVideoErrorFields; get: (opts: { fields: F; params?: Record; }) => Promise>; }; //# sourceMappingURL=live-video-error.d.ts.map