import { l } from '@atproto/lex'; declare const $nsid = "tools.ozone.report.closeReports"; type $nsid = typeof $nsid; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ subject: l.StringSchema<{ readonly format: "uri"; }>; reportTypes: l.OptionalSchema>>; internalNote: l.OptionalSchema>; isAutomated: l.OptionalSchema>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ closedCount: l.IntegerSchema; reportIds: l.ArraySchema; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Close all reports on a subject matching the given criteria. Reports whose current status does not permit a transition to closed are skipped silently. Intended for automated flows that resolve reports without taking action on the subject. */ declare const main: l.Procedure<"tools.ozone.report.closeReports", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ subject: l.StringSchema<{ readonly format: "uri"; }>; reportTypes: l.OptionalSchema>>; internalNote: l.OptionalSchema>; isAutomated: l.OptionalSchema>; }>>, l.Payload<"application/json", l.ObjectSchema<{ closedCount: l.IntegerSchema; reportIds: l.ArraySchema; }>>, undefined>; export { main }; declare const $lxm = "tools.ozone.report.closeReports"; type $lxm = typeof $lxm; export { $lxm }; //# sourceMappingURL=closeReports.defs.d.ts.map