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