import { ISettings } from "./tspath.types"; import { ITSConfig } from "./tspath.types"; export declare class ProjectOptions { outDir: string; baseUrl: string; removeComments: boolean; pathMappings: ISettings; private processMappings; constructor(tsconfigObj: ITSConfig); }