/** * @param basePath - * @param srcPath - * @param ci - * @param silent - * @returns true if the prettify src process was successful */ export declare function prettifySrc(basePath: string, srcPath: string, ci: boolean, silent: boolean): Promise; /** * @param basePath - * @param ci - * @param silent - * @returns true if the prettify package.json process was successful */ export declare function prettifyPackageJson(basePath: string, ci: boolean, silent: boolean): Promise; /** * @param basePath - * @param ci - * @param silent - * @returns true if the prettify package.dist.json process was successful */ export declare function prettifyPackageDistJson(basePath: string, ci: boolean, silent: boolean): Promise; /** * @param basePath - * @param ci - * @param silent - * @returns true if the prettify readme process was successful */ export declare function prettifyReadme(basePath: string, ci: boolean, silent: boolean): Promise;