import { l } from '@atproto/lex'; import * as ActorDefs from './defs.defs.js'; declare const $nsid = "app.bsky.actor.putPreferences"; export { $nsid }; /** Set the private preferences attached to the account. */ declare const main: l.Procedure<"app.bsky.actor.putPreferences", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>, l.Payload, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Input = l.InferMethodInput; export type $InputBody = l.InferMethodInputBody; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.actor.putPreferences", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>, $output: l.Payload; //# sourceMappingURL=putPreferences.defs.d.ts.map