import { l } from '@atproto/lex'; import * as GroupDefs from './defs.defs.js'; declare const $nsid = "chat.bsky.group.disableJoinLink"; 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<{}>; }>>; 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; /** Disables the active join link for the group convo. */ declare const main: l.Procedure<"chat.bsky.group.disableJoinLink", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ convoId: l.StringSchema<{}>; }>>, l.Payload<"application/json", l.ObjectSchema<{ joinLink: l.RefSchema>; }>>, readonly ["InvalidConvo", "InsufficientRole", "NoJoinLink"]>; export { main }; export declare const $lxm = "chat.bsky.group.disableJoinLink"; //# sourceMappingURL=disableJoinLink.defs.d.ts.map