export declare class EdgeVersionCompatibilityValidator { constructor(); getOldestRegisteredProxyVersion(): number; getOldestRunningProxyVersion(): number; isFeatureSupported(feature: string): boolean; isGlideObjectSupported(internalType: string): boolean; } //# sourceMappingURL=EdgeVersionCompatibilityValidator.d.ts.map