import { AppBskyFeedDefs } from "@atproto/api";
export declare const CONTENT_LABELS: string[];
export declare function labelsToInfo(labels?: AppBskyFeedDefs.PostView["labels"]): string | undefined;
