import { Transformation } from './transformation';
export declare function transpile(source: string, transformations: Transformation[]): string;
//# sourceMappingURL=transpiler.d.ts.map