export declare const MINIMUM_NODE_VERSION = "22.12.0"; export declare function isSupportedNodeRuntime(version?: string): boolean; export declare function assertSupportedNodeRuntime(version?: string): void; //# sourceMappingURL=runtime-compatibility.d.ts.map