import { Tree } from "@angular-devkit/schematics"; /** * Adds a package to the package.json */ export declare function printSectionTitle(title: string, chalkFunc?: string): void; /** * Adds a default collection to angular.json */ export declare function addDefaultCli(tree: Tree): Tree;