import { l } from '@atproto/lex'; import * as NotificationDefs from './defs.defs.js'; declare const $nsid = "app.bsky.notification.getPreferences"; export { $nsid }; /** Get notification-related preferences for an account. Requires auth. */ declare const main: l.Query<"app.bsky.notification.getPreferences", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.notification.getPreferences", $params: l.ParamsSchema<{}>, $output: l.Payload<"application/json", l.ObjectSchema<{ preferences: l.RefSchema>; }>>; //# sourceMappingURL=getPreferences.defs.d.ts.map