import { DiagnosticLevel, OxlintConfig } from "../../types.js"; //#region src/checkers/oxlint/options.d.ts interface ResolvedOptions { watchTarget: string | string[]; logLevel?: DiagnosticLevel[]; command: string; } declare function resolveOptions(root: string, config: Exclude): ResolvedOptions; //#endregion export { ResolvedOptions, resolveOptions }; //# sourceMappingURL=options.d.ts.map