import { l } from '@atproto/lex'; declare const $nsid = "chat.bsky.notification.defs"; export { $nsid }; type Preferences = { $type?: 'chat.bsky.notification.defs#preferences'; chat: ChatPreference; chatRequest: ChatPreference; }; export type { Preferences }; declare const preferences: l.TypedObjectSchema<"chat.bsky.notification.defs#preferences", l.Validator>; export { preferences }; type ChatPreference = { $type?: 'chat.bsky.notification.defs#chatPreference'; include: 'all' | 'follows' | l.UnknownString; push: boolean; }; export type { ChatPreference }; declare const chatPreference: l.TypedObjectSchema<"chat.bsky.notification.defs#chatPreference", l.Validator>; export { chatPreference }; //# sourceMappingURL=defs.defs.d.ts.map