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