import { l } from '@atproto/lex'; import * as ConvoDefs from '../convo/defs.defs.js'; declare const $nsid = "chat.bsky.moderation.getMessageContext"; export { $nsid }; declare const main: l.Query<"chat.bsky.moderation.getMessageContext", l.ParamsSchema<{ readonly convoId: l.OptionalSchema>; readonly messageId: l.StringSchema<{}>; readonly before: l.OptionalSchema>; readonly after: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ messages: l.ArraySchema>, l.TypedRefSchema>], false>>; }>>, undefined>; export { main }; export type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "chat.bsky.moderation.getMessageContext", $params: l.ParamsSchema<{ readonly convoId: l.OptionalSchema>; readonly messageId: l.StringSchema<{}>; readonly before: l.OptionalSchema>; readonly after: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ messages: l.ArraySchema>, l.TypedRefSchema>], false>>; }>>; //# sourceMappingURL=getMessageContext.defs.d.ts.map