import { Rule } from '@angular-devkit/schematics'; /** * Scaffolds the basics of a PO application, this includes: * - Imports PoModule to app root module; * - Install dependencies; * - Configure theme style in project workspace; */ export default function (options: any): Rule;