import { ActorDb } from '../db'; import { PrefAllowedOptions } from './util'; export declare class PreferenceReader { db: ActorDb; constructor(db: ActorDb); getPreferences(namespace: string, opts: PrefAllowedOptions): Promise; } export type AccountPreference = Record & { $type: string; }; export declare const prefMatchNamespace: (namespace: string, fullname: string) => boolean; //# sourceMappingURL=reader.d.ts.map