import type { IAggregateQueryService } from "@dugongjs/core";
export declare function useDomainEvents(adapter: IAggregateQueryService | null, type: string | null, id: string | null): import("@tanstack/react-query").UseQueryResult<import("@dugongjs/core").SerializedDomainEvent[], Error>;