import * as ComAtprotoLabelDefs from '@niknak/lexicon/lexicon/types/com/atproto/label/defs'; import { Record as NikNakPost } from '@niknak/lexicon/lexicon/types/app/nknk/feed/post'; import { Video } from '../video'; export declare class Post implements NikNakPost { uri: string; text: string; did: string; tags?: string[]; langs?: string[]; video: Video; labels?: ComAtprotoLabelDefs.SelfLabels | { $type: string; [k: string]: unknown; }; createdAt: string; [x: string]: unknown; }