import { BlobRef } from '@atproto/lexicon'; import { Caption } from '../caption'; export declare class Video { cid: string; video: BlobRef; captions: Caption[]; [x: string]: unknown; }