export declare const tsconfig: { include: string[]; exclude: string[]; compilerOptions: { lib: string[]; module: string; moduleResolution: string; target: string; declaration: boolean; sourceMap: boolean; outDir: string; incremental: boolean; isolatedModules: boolean; strict: boolean; baseUrl: string; allowSyntheticDefaultImports: boolean; esModuleInterop: boolean; experimentalDecorators: boolean; skipLibCheck: boolean; }; }; export declare const tsconfigBuild: { extends: string; exclude: string[]; };