import type { Config } from 'eslint/config';
export declare const jsRules: Record<string, string | [string, ...any[]]>;
/**
 * Config applied to transformed source in generation process.
 * Rules must be compatible with auto fix to be applied.
 */
declare const baseConfig: Config;
export default baseConfig;
