import { Rule } from '@angular-devkit/schematics';
/**
 * post-install schematics, install dependant packages
 * */
export default function (): Rule;
