import { Linter } from 'eslint';

type Config = Linter.Config;
/**
 * Sylph ESLint Configuration for Vue 3 Projects (Flat Config)
 *
 * Extends the base @sylphlab/eslint-config-sylph configuration with
 * rules specific to Vue 3 and TypeScript integration.
 */
declare const vue: Config[];

export { vue as default, vue };
