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>, l.TypedRefSchema>, l.TypedRefSchema>], false>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get public information about groups from join links. The output array matches the input codes one-to-one by position (and each view also carries its 'code'). Disabled codes return a disabledJoinLinkPreviewView, and codes that do not map to a previewable link return an invalidJoinLinkPreviewView. */ declare const main: l.Query<"chat.bsky.group.getJoinLinkPreviews", l.ParamsSchema<{ readonly codes: l.ArraySchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ joinLinkPreviews: l.ArraySchema>, l.TypedRefSchema>, l.TypedRefSchema>], false>>; }>>, undefined>; export { main }; export declare const $lxm = "chat.bsky.group.getJoinLinkPreviews"; //# sourceMappingURL=getJoinLinkPreviews.defs.d.ts.map