export enum OutOfBandState { Initial = 'initial', AwaitResponse = 'await-response', PrepareResponse = 'prepare-response', Done = 'done', }