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