export interface MiddlewareIntermediateValue { value: TReturnType; done: boolean; }