declare const _default: { compilerOptions: { skipLibCheck: boolean; target: string; module: string; declaration: boolean; outDir: string; rootDir: string; strict: boolean; strictNullChecks: boolean; typeRoots: string[]; esModuleInterop: boolean; }; include: string[]; exclude: string[]; }; export default _default;