declare const _default: { compilerOptions: { target: string; module: string; strict: boolean; noImplicitThis: boolean; noEmit: boolean; noUnusedParameters: boolean; noFallthroughCasesInSwitch: boolean; jsx: string; moduleResolution: string; skipLibCheck: boolean; esModuleInterop: boolean; isolatedModules: boolean; resolveJsonModule: boolean; useDefineForClassFields: boolean; forceConsistentCasingInFileNames: boolean; importHelpers: boolean; experimentalDecorators: boolean; allowImportingTsExtensions: boolean; allowJs: boolean; allowSyntheticDefaultImports: boolean; sourceMap: boolean; baseUrl: string; types: string[]; paths: { "@/*": string[]; }; lib: string[]; }; typeRoots: string[]; include: string[]; exclude: string[]; }; export default _default;