import { l } from '@atproto/lex'; import * as LabelDefs from '../label/defs.defs.js'; declare const $nsid = "com.atproto.temp.fetchLabels"; export { $nsid }; /** * 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 type $Params = l.InferMethodParams; export type $Output = l.InferMethodOutput; export type $OutputBody = l.InferMethodOutputBody; export declare const $lxm: "com.atproto.temp.fetchLabels", $params: l.ParamsSchema<{ readonly since: l.OptionalSchema; readonly limit: l.OptionalSchema>; }>, $output: l.Payload<"application/json", l.ObjectSchema<{ labels: l.ArraySchema>>; }>>; //# sourceMappingURL=fetchLabels.defs.d.ts.map