import { l } from '@atproto/lex'; import * as LabelerDefs from './defs.defs.js'; declare const $nsid = "app.bsky.labeler.getServices"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly dids: l.ArraySchema>; readonly detailed: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ views: l.ArraySchema>, l.TypedRefSchema>], false>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get information about a list of labeler services. */ declare const main: l.Query<"app.bsky.labeler.getServices", l.ParamsSchema<{ readonly dids: l.ArraySchema>; readonly detailed: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ views: l.ArraySchema>, l.TypedRefSchema>], false>>; }>>, undefined>; export { main }; export declare const $lxm = "app.bsky.labeler.getServices"; //# sourceMappingURL=getServices.defs.d.ts.map