import type { FlatConfig } from '@typescript-eslint/utils/ts-eslint';
export default _default;
/**
 * A version of `strict` that only contains type-checked rules and disables of any corresponding core ESLint rules.
 * @see {@link https://typescript-eslint.io/users/configs#strict-type-checked-only}
 */
declare function _default(plugin: FlatConfig.Plugin, parser: FlatConfig.Parser): FlatConfig.ConfigArray;
