import { Change } from '@schematics/angular/utility/change'; import * as ts from 'typescript'; export declare function addImportToTestBed(source: ts.SourceFile, specPath: string, symbolName: string): Change[]; export declare function addSchemasToTestBed(source: ts.SourceFile, specPath: string, symbolName: string): Change[];