import type { Linter } from 'eslint'; interface CreateEslintTsConfigOptions { typeChecked?: boolean; } export declare const createEslintTsConfig: (name: string, runtimeGlobals: Linter.Globals, options?: CreateEslintTsConfigOptions) => Linter.Config[]; export {}; //# sourceMappingURL=create-config.d.ts.map