()
| 14 | pythonExtensionVersion: SemVer | undefined; |
| 15 | getApi(): Promise<PythonApi>; |
| 16 | getNewApi(): Promise<PythonExtension | undefined>; |
| 17 | setApi(api: PythonApi): void; |
| 18 | } |
| 19 | export const IPythonExtensionChecker = Symbol('IPythonExtensionChecker'); |
no outgoing calls