import { LogManager } from '../../../common/port/log/log.manager.port'; import { GetSelfInteractionsGoalService } from '../../../core/application/services/goals/get-self-interactions-goal.service'; import { SelfInteractionsGoalEntity } from '../../../core/domain/entities/goals/app-goals/self-interactions-goal.entity'; import { GetSelfGoalSummaryRequestDto } from '../../dtos/goals/get-self-goal-summaries.request.dto'; export declare class GetSelfInteractionsGoalQuery { protected readonly logManager: LogManager; protected readonly service: GetSelfInteractionsGoalService; constructor(logManager: LogManager, service: GetSelfInteractionsGoalService); execute(props: GetSelfGoalSummaryRequestDto): Promise; } //# sourceMappingURL=get-self-interactions-goal.query.d.ts.map