import { DiagnosticLevel } from "../../types.js"; import { NormalizedDiagnostic } from "../../logger.js"; //#region src/checkers/oxlint/cli.d.ts declare function mapSeverity(s: string): DiagnosticLevel; declare function getOxlintCommand(command: string): string[]; declare function runOxlint(command: string, cwd: string): Promise; //#endregion export { getOxlintCommand, mapSeverity, runOxlint }; //# sourceMappingURL=cli.d.ts.map