import { Options } from '../../../shared/types.js'; declare function createESLintRC(options: Options): Promise; export { createESLintRC };