import * as ts from 'typescript'; export declare function prependImports(startingWith: string, prepend: string): (ctx: ts.TransformationContext) => ts.Transformer;