export interface ResponseStructure { } export type IReplResponse = void | boolean | Promise | number | Promise | string | Promise | ResponseStructure | Promise;