import { LogManager } from '../../../common/port/log/log.manager.port'; import { GetSelfCalendarScoreApplicationService } from '../../../core/application/services/scores/get-self-calendar-score.application-service'; import { SelfCalendarScoreAggregateRoot } from '../../../core/domain/aggregates/scores/self-calendar-score.aggregate-root'; import { GetSelfAllScoresRequestDto } from '../../dtos/scores/self-get-all-scores.request.dto'; export declare class GetSelfCalendarScoreQuery { protected readonly logManager: LogManager; protected readonly service: GetSelfCalendarScoreApplicationService; constructor(logManager: LogManager, service: GetSelfCalendarScoreApplicationService); execute(props: GetSelfAllScoresRequestDto): Promise; } //# sourceMappingURL=get-self-calendar-score.query.d.ts.map