import { l } from '@atproto/lex'; import * as ActorDefs from '../../../app/bsky/actor/defs.defs.js'; declare const $nsid = "tools.ozone.moderation.getAccountPreferences"; type $nsid = typeof $nsid; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly did: l.StringSchema<{ readonly format: "did"; }>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get private preferences for an account. Requires moderator or admin auth. */ declare const main: l.Query<"tools.ozone.moderation.getAccountPreferences", l.ParamsSchema<{ readonly did: l.StringSchema<{ readonly format: "did"; }>; }>, l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>, undefined>; export { main }; declare const $lxm = "tools.ozone.moderation.getAccountPreferences"; type $lxm = typeof $lxm; export { $lxm }; //# sourceMappingURL=getAccountPreferences.defs.d.ts.map