import * as ts from 'typescript';
export declare const takeUntilDestroyTransformer: <T extends ts.Node>(context: ts.TransformationContext) => (rootNode: ts.SourceFile) => ts.SourceFile;
