import * as ts from 'typescript';
import { ITranspileStageProps } from '../production/stages/transpileStage';
import { ProductionModule } from '../production/ProductionModule';
export declare function moduleTransformer<T extends ts.Node>(props: ITranspileStageProps, pm: ProductionModule): ts.TransformerFactory<T>;
