import { BlobRef } from '@atproto/lexicon'; import { Caption as BskyCaption } from '@niknak/lexicon/lexicon/types/app/bsky/embed/video'; export declare class Caption implements BskyCaption { cid: string; file: BlobRef; lang: string; [x: string]: unknown; }