import { l } from '@atproto/lex'; import * as GroupDefs from './defs.defs.js'; declare const $nsid = "chat.bsky.group.createJoinLink"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ convoId: l.StringSchema<{}>; requireApproval: l.OptionalSchema>; joinRule: l.RefSchema>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ joinLink: l.RefSchema>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Creates a join link for the group convo. */ declare const main: l.Procedure<"chat.bsky.group.createJoinLink", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ convoId: l.StringSchema<{}>; requireApproval: l.OptionalSchema>; joinRule: l.RefSchema>; }>>, l.Payload<"application/json", l.ObjectSchema<{ joinLink: l.RefSchema>; }>>, readonly ["EnabledJoinLinkAlreadyExists", "InvalidConvo", "InsufficientRole"]>; export { main }; export declare const $lxm = "chat.bsky.group.createJoinLink"; //# sourceMappingURL=createJoinLink.defs.d.ts.map