import { Rule, Tree } from "@angular-devkit/schematics"; export declare function findIndexFromPath(tree: Tree, path?: string): string | undefined; export declare function addExportToIndex(indexPath: string, exportFilePath: string): Rule; export declare function appendIndexExportArray(indexPath: string, symbolName: string): Rule;