import { l } from '@atproto/lex'; declare const $nsid = "chat.bsky.actor.getStatus"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ chatDisabled: l.BooleanSchema; canCreateGroups: l.BooleanSchema; groupMemberLimit: l.IntegerSchema; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get the authenticated viewer's chat status: whether their account is chat-disabled and whether their group-membership additions are restricted to accounts they follow. */ declare const main: l.Query<"chat.bsky.actor.getStatus", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ chatDisabled: l.BooleanSchema; canCreateGroups: l.BooleanSchema; groupMemberLimit: l.IntegerSchema; }>>, undefined>; export { main }; export declare const $lxm = "chat.bsky.actor.getStatus"; //# sourceMappingURL=getStatus.defs.d.ts.map