import { app } from '../../lexicons/index.js'; import type { ActorDb } from '../db/index.js'; import { type PrefAllowedOptions } from './util.js'; export declare class PreferenceReader { db: ActorDb; constructor(db: ActorDb); getPreferences(namespace: string, opts: PrefAllowedOptions): Promise; } export type AccountPreference = app.bsky.actor.defs.Preferences[number]; export declare const prefMatchNamespace: (namespace: string, fullname: string) => boolean; //# sourceMappingURL=reader.d.ts.map