/** * @param basePath - * @param silent - * @returns true if the dist folder was cleared */ export declare function clearDist(basePath: string, silent: boolean): Promise;