import { l } from '@atproto/lex'; import * as ReportDefs from './defs.defs.js'; declare const $nsid = "tools.ozone.report.getLatestReport"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ report: l.RefSchema>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Get the most recent report. */ declare const main: l.Query<"tools.ozone.report.getLatestReport", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ report: l.RefSchema>; }>>, readonly ["NotFound"]>; export { main }; export declare const $lxm = "tools.ozone.report.getLatestReport"; //# sourceMappingURL=getLatestReport.defs.d.ts.map