/** * @description * It also validates the tsconfig values : * - "compilerOptions.declarations" * - "compilerOptions.module" * - "compilerOptions.declarationDir" */ export declare function getRelativePathsFromTsConfig(absolutePathToTsconfig: string): { outDir: string; };