import { l } from '@atproto/lex'; import * as NotificationDefs from './defs.defs.js'; declare const $nsid = "app.bsky.notification.putPreferencesV2"; export { $nsid }; /** Set notification-related preferences for an account. Requires auth. */ declare const main: l.Procedure<"app.bsky.notification.putPreferencesV2", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ chat: l.OptionalSchema>>; follow: l.OptionalSchema>>; like: l.OptionalSchema>>; likeViaRepost: l.OptionalSchema>>; mention: l.OptionalSchema>>; quote: l.OptionalSchema>>; reply: l.OptionalSchema>>; repost: l.OptionalSchema>>; repostViaRepost: l.OptionalSchema>>; starterpackJoined: l.OptionalSchema>>; subscribedPost: l.OptionalSchema>>; unverified: l.OptionalSchema>>; verified: l.OptionalSchema>>; }>>, l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>, 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.putPreferencesV2", $params: l.ParamsSchema<{}>, $input: l.Payload<"application/json", l.ObjectSchema<{ chat: l.OptionalSchema>>; follow: l.OptionalSchema>>; like: l.OptionalSchema>>; likeViaRepost: l.OptionalSchema>>; mention: l.OptionalSchema>>; quote: l.OptionalSchema>>; reply: l.OptionalSchema>>; repost: l.OptionalSchema>>; repostViaRepost: l.OptionalSchema>>; starterpackJoined: l.OptionalSchema>>; subscribedPost: l.OptionalSchema>>; unverified: l.OptionalSchema>>; verified: l.OptionalSchema>>; }>>, $output: l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>; //# sourceMappingURL=putPreferencesV2.defs.d.ts.map