export declare class EdgeVersionCompatibilityValidator { getOldestRegisteredProxyVersion(): number getOldestRunningProxyVersion(): number isFeatureSupported(feature: string): boolean isGlideObjectSupported(internalType: string): boolean constructor() }