import * as d from'../../declarations';
import ts from'typescript';
/**
* Mainly used as the typescript preprocessor for unit tests
*/exportdeclarefunctiontranspileModule(config: d.Config, input: string, opts?: ts.CompilerOptions, sourceFilePath?: string): d.TranspileResults;