import { type View as EmbedRecordView } from '../lexicons/app/bsky/embed/record.defs.js'; import { type View as EmbedRecordWithMediaView } from '../lexicons/app/bsky/embed/recordWithMedia.defs.js'; import type { LabelerViewDetailed } from '../lexicons/app/bsky/labeler/defs.defs.js'; import { type LabelValueDefinition } from '../lexicons/com/atproto/label/defs.defs.js'; import { type InterpretedLabelValueDefinition } from './types.js'; export declare function isQuotedPost(embed: unknown): embed is EmbedRecordView; export declare function isQuotedPostWithMedia(embed: unknown): embed is EmbedRecordWithMediaView; export declare function interpretLabelValueDefinition(def: LabelValueDefinition, definedBy: string | undefined): InterpretedLabelValueDefinition; export declare function interpretLabelValueDefinitions(labelerView: LabelerViewDetailed): InterpretedLabelValueDefinition[]; //# sourceMappingURL=util.d.ts.map