LockInitResponse: {
    unlock: (() => Promise<void>);
    writeAndUnlock: ((data: string) => Promise<void>);
}