/** * The default supported API version the framework supports. * The version should be in the format `x.y.z`. */ export declare const DEFAULT_SUPPORTED_API_VERSION = "1.116.0"; /** * The default supported monaco editor version the framework supports. * The version should be in the format `x.y.z`. */ export declare const DEFAULT_SUPPORTED_MONACO_VERSION = "1.108.201"; //# sourceMappingURL=api.d.ts.map