/** * @param basePath - * @param silent - * @returns true if the build was successful */ export declare function buildTS(basePath: string, silent: boolean): Promise;