import { Rule, Tree } from '@angular-devkit/schematics'; import { ParsedSamTemplate } from './load-cloud-formation-template'; export declare function runSchematic(schematicName: string, options: any, tree: Tree): Promise; export declare function callRule(rule: Rule, tree: Tree): Promise; export declare function loadYamlFile(tree: Tree, templateFile: string): ParsedSamTemplate;