export declare const controllerMcpMinimumNodeMajor = 24; export declare const controllerMcpMinimumNodeMinor = 12; export declare const controllerMcpMaximumNodeMajorExclusive = 27; export interface IControllerMcpRuntimeIdentity { platform: NodeJS.Platform; architecture: string; nodeVersion: string; } export declare const currentControllerMcpRuntimeIdentity: () => IControllerMcpRuntimeIdentity; export declare const controllerMcpRuntimeIsSupported: (identityArg?: IControllerMcpRuntimeIdentity) => boolean; export declare const assertControllerMcpRuntimeSupported: (identityArg?: IControllerMcpRuntimeIdentity) => void;