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