import { AggregateQueryService as AggregateQueryServiceInternal, IDomainEventRepository } from "@dugongjs/core";
import type { ILoggerFactory } from "../logger/i-logger-factory.js";
export declare class AggregateQueryService extends AggregateQueryServiceInternal {
    constructor(currentOrigin: string, domainEventRepository: IDomainEventRepository, loggerFactory?: ILoggerFactory);
}
