import { l } from '@atproto/lex'; import * as LabelerDefs from './defs.defs.js'; declare const $nsid = "app.bsky.labeler.getServices"; export { $nsid }; /** 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 type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "app.bsky.labeler.getServices", $params: l.ParamsSchema<{ readonly dids: l.ArraySchema>; readonly detailed: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ views: l.ArraySchema>, l.TypedRefSchema>], false>>; }>>; //# sourceMappingURL=getServices.defs.d.ts.map