export interface LockService { checkLock(): Promise; lock(): Promise; }