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