import { l } from '@atproto/lex'; import * as ReportDefs from './defs.defs.js'; declare const $nsid = "tools.ozone.report.reassignQueue"; export { $nsid }; export declare const $params: l.ParamsSchema<{}>; export type $Params = l.InferOutput; export declare const $input: l.Payload<"application/json", l.ObjectSchema<{ reportId: l.IntegerSchema; queueId: l.IntegerSchema; comment: l.OptionalSchema>; }>>; export type $Input = l.InferPayload; export type $InputBody = l.InferPayloadBody; export declare const $output: l.Payload<"application/json", l.ObjectSchema<{ report: l.RefSchema>; }>>; export type $Output = l.InferPayload; export type $OutputBody = l.InferPayloadBody; /** Manually reassign a report to a different queue (or unassign it). Records a queueActivity entry on the report. */ declare const main: l.Procedure<"tools.ozone.report.reassignQueue", l.ParamsSchema<{}>, l.Payload<"application/json", l.ObjectSchema<{ reportId: l.IntegerSchema; queueId: l.IntegerSchema; comment: l.OptionalSchema>; }>>, l.Payload<"application/json", l.ObjectSchema<{ report: l.RefSchema>; }>>, readonly ["ReportNotFound", "ReportClosed", "AlreadyInTargetQueue", "QueueNotFound", "QueueDisabled"]>; export { main }; export declare const $lxm = "tools.ozone.report.reassignQueue"; //# sourceMappingURL=reassignQueue.defs.d.ts.map