import * as ts from 'typescript';
import { StringChange } from '@nx/devkit';
export declare function addImport(source: ts.SourceFile, statement: string): StringChange[];
