import { l } from '@atproto/lex'; declare const $nsid = "app.bsky.notification.putPreferences"; export { $nsid }; /** Set notification-related preferences for an account. Requires auth. */ declare const main: l.Procedure<"app.bsky.notification.putPreferences", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ priority: l.BooleanSchema; }>>, 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.notification.putPreferences", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ priority: l.BooleanSchema; }>>, $output: l.Payload; //# sourceMappingURL=putPreferences.defs.d.ts.map