import { l } from '@atproto/lex'; import * as ReportDefs from './defs.defs.js'; declare const $nsid = "tools.ozone.report.getLiveStats"; export { $nsid }; export declare const $params: l.ParamsSchema<{ readonly queueId: l.OptionalSchema; readonly moderatorDid: l.OptionalSchema>; readonly reportTypes: l.OptionalSchema>>; }>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ stats: l.RefSchema>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get live report statistics from the past 24 hours. Filter by queue, moderator, or report type. Omit all parameters for aggregate stats. */ declare const main: l.Query<"tools.ozone.report.getLiveStats", l.ParamsSchema<{ readonly queueId: l.OptionalSchema; readonly moderatorDid: l.OptionalSchema>; readonly reportTypes: l.OptionalSchema>>; }>, l.Payload<"application/json", l.ObjectSchema<{ stats: l.RefSchema>; }>>, undefined>; export { main }; export declare const $lxm = "tools.ozone.report.getLiveStats"; //# sourceMappingURL=getLiveStats.defs.d.ts.map