import { l } from '@atproto/lex'; import * as ConvoDefs from './defs.defs.js'; declare const $nsid = "chat.bsky.convo.getMessages"; export { $nsid }; declare const main: l.Query<"chat.bsky.convo.getMessages", l.ParamsSchema<{ readonly convoId: l.StringSchema<{}>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; 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.convo.getMessages", $params: l.ParamsSchema<{ readonly convoId: l.StringSchema<{}>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; messages: l.ArraySchema>, l.TypedRefSchema>], false>>; }>>; //# sourceMappingURL=getMessages.defs.d.ts.map