export interface IQueryExecutor { execute(beforeExecute: () => Promise): Promise; isTxQuery: boolean; }