import type { Query } from "./Query"; export interface QueryBus { execute(query: Query): Promise; }