import { Bundle, SourceFile, TransformationContext } from "../_namespaces/ts.js"; /** @internal */ export declare function transformES2018(context: TransformationContext): (x: SourceFile | Bundle) => SourceFile | Bundle; //# sourceMappingURL=es2018.d.ts.map