import { l } from '@atproto/lex'; import * as GroupDefs from './defs.defs.js'; declare const $nsid = "chat.bsky.group.listJoinRequests"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly convoId: l.StringSchema<{}>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; requests: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Lists a page of request to join a group (via join link) the user owns. Shows the data from the owner's point of view. */ declare const main: l.Query<"chat.bsky.group.listJoinRequests", l.ParamsSchema<{ readonly convoId: l.StringSchema<{}>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; requests: l.ArraySchema>>; }>>, readonly ["InvalidConvo", "InsufficientRole"]>; export { main }; export declare const $lxm = "chat.bsky.group.listJoinRequests"; //# sourceMappingURL=listJoinRequests.defs.d.ts.map