declare const RNtsConfig: { compilerOptions: { baseUrl: string; target: string; module: string; lib: string[]; allowJs: boolean; jsx: string; rootDir: string; noEmit: boolean; isolatedModules: boolean; strict: boolean; moduleResolution: string; allowSyntheticDefaultImports: boolean; esModuleInterop: boolean; skipLibCheck: boolean; experimentalDecorators: boolean; paths: { "~/*": string[]; "~framework/*": string[]; "~components/*": string[]; "~model/*": string[]; "~assets/*": string[]; "~pages/*": string[]; "~shared/*": string[]; }; }; exclude: string[]; }; export default RNtsConfig;