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