export interface IParamWriter { end(): Promise; writeParams(data: any): Promise; }