import { ImportDeclaration, SourceFile } from 'ts-morph'; export declare function addNamedImports(sourceFile: SourceFile, lib: string, importsToAdd: string[]): ImportDeclaration | undefined;