import type { PKG } from '../../types';
export declare function getESLintConfigType(cwd: string, pkg: PKG): string;
