import ts from 'typescript';
import * as d from '../../../declarations';
export declare function addNativeImports(transformCtx: ts.TransformationContext, compilerCtx: d.CompilerCtx, tsSourceFile: ts.SourceFile): ts.SourceFile;
