import { AggregateQueryService as AggregateQueryServiceInternal, IDomainEventRepository } from "@dugongjs/core";
export declare class AggregateQueryService extends AggregateQueryServiceInternal {
constructor(currentOrigin: string, domainEventRepository: IDomainEventRepository);
}