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