declare const typescriptVersionIsAtLeast: Record<"4.7" | "4.8" | "4.9" | "5.0" | "5.1" | "5.2" | "5.3" | "5.4", boolean>; export { typescriptVersionIsAtLeast }; //# sourceMappingURL=version-check.d.ts.map