import { l } from '@atproto/lex'; import * as LabelDefs from '../label/defs.defs.js'; declare const $nsid = "com.atproto.temp.fetchLabels"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly since: l.OptionalSchema; readonly limit: l.OptionalSchema>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ labels: l.ArraySchema>>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** * Fetch all labels from a labeler created after a certain date. * @deprecated use queryLabels or subscribeLabels instead */ declare const main: l.Query<"com.atproto.temp.fetchLabels", l.ParamsSchema<{ readonly since: l.OptionalSchema; readonly limit: l.OptionalSchema>; }>, l.Payload<"application/json", l.ObjectSchema<{ labels: l.ArraySchema>>; }>>, undefined>; export { main }; export declare const $lxm = "com.atproto.temp.fetchLabels"; //# sourceMappingURL=fetchLabels.defs.d.ts.map