export interface IQuery { sql: string; request: IReq; response: IResp; } //# sourceMappingURL=IQuery.d.ts.map