import type { Linter } from 'eslint'; export type VitestLintConfig = Linter.FlatConfig; export declare function loadKitiumVitestLintConfig(): VitestLintConfig; export declare function extendKitiumVitestLintConfig(overrides?: Partial): VitestLintConfig; //# sourceMappingURL=index.d.ts.map