import { ParsedLabelers } from '../util.js'; export declare const ATPROTO_CONTENT_LABELERS = "Atproto-Content-Labelers"; export declare const ATPROTO_REPO_REV = "Atproto-Repo-Rev"; export declare const BSKY_USER_AGENT = "clio-appview"; type ResHeaderOpts = { labelers: ParsedLabelers; repoRev: string | null; }; export declare const resHeaders: (opts: Partial) => Record; export {};