import { l } from '@atproto/lex'; declare const $nsid = "tools.ozone.queue.routeReports"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ startReportId: l.IntegerSchema; endReportId: l.IntegerSchema; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ assigned: l.IntegerSchema; unmatched: l.IntegerSchema; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Route reports within an ID range to matching queues based. */ declare const main: l.Procedure<"tools.ozone.queue.routeReports", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ startReportId: l.IntegerSchema; endReportId: l.IntegerSchema; }>>, l.Payload<"application/json", l.ObjectSchema<{ assigned: l.IntegerSchema; unmatched: l.IntegerSchema; }>>, readonly ["OutOfRange"]>; export { main }; export declare const $lxm = "tools.ozone.queue.routeReports"; //# sourceMappingURL=routeReports.defs.d.ts.map