import { tsExtendRules } from "./base-config.js"; export { tsExtendRules }; export declare const tsParserOptions: { project: string | undefined; extraFileExtensions: string[]; }; export declare function getProject(): string | undefined;