()
| 11 | export const writeServerLock: (info: ServerLockInfo) => Promise<void> = |
| 12 | async () => {} |
| 13 | export const removeServerLock: () => Promise<void> = async () => {} |
| 14 | export const probeRunningServer: () => Promise<ServerLockInfo | null> = |
| 15 | async () => null |