import { l } from '@atproto/lex'; import * as LabelDefs from './defs.defs.js'; declare const $nsid = "com.atproto.label.queryLabels"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly uriPatterns: l.ArraySchema>; readonly sources: l.OptionalSchema>>; 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>; labels: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Find labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth. */ declare const main: l.Query<"com.atproto.label.queryLabels", l.ParamsSchema<{ readonly uriPatterns: l.ArraySchema>; readonly sources: l.OptionalSchema>>; readonly limit: l.OptionalSchema>; readonly cursor: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ cursor: l.OptionalSchema>; labels: l.ArraySchema>>; }>>, undefined>; export { main }; export declare const $lxm = "com.atproto.label.queryLabels"; //# sourceMappingURL=queryLabels.defs.d.ts.map