import { Rule } from '@angular-devkit/schematics';
import * as ts from 'typescript';
export declare function getEnvironmentNode(source: ts.SourceFile): ts.Node | undefined;
export declare function appendIntoEnvironment(projectAppPath: string, projectName: string, toAppend: string, toCheck?: string, prod?: boolean): Rule;
