import { l } from '@atproto/lex'; import * as GroupDefs from './defs.defs.js'; declare const $nsid = "chat.bsky.group.getJoinLinkPreviews"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly codes: l.ArraySchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ joinLinkPreviews: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** [NOTE: This is under active development and should be considered unstable while this note is here]. Get public information about groups from join links. Invalid or disabled codes are silently omitted from results. */ declare const main: l.Query<"chat.bsky.group.getJoinLinkPreviews", l.ParamsSchema<{ readonly codes: l.ArraySchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ joinLinkPreviews: l.ArraySchema>>; }>>, undefined>; export { main }; export declare const $lxm = "chat.bsky.group.getJoinLinkPreviews"; //# sourceMappingURL=getJoinLinkPreviews.defs.d.ts.map