import type { NormalizedPackageJson, PackageManager } from "@visulima/package";
import type { EslintConfig } from "../types.d.ts";
declare const createEslintCommands: (packageManager: PackageManager, packageJson: NormalizedPackageJson, eslintConfig: EslintConfig, filenames: string[]) => Promise<string[]>;
export = createEslintCommands;
