import { IFecredRepositoryPort } from "../../ports/fecred/fecred-repository.port"; import { IconsultarMontoObligadoRecepcionInput, IconsultarMontoObligadoRecepcionOutput } from "../../dto/fecred"; export declare class ConsultarMontoObligadoRecepcionUseCase { private readonly repository; constructor(repository: IFecredRepositoryPort); execute(input: IconsultarMontoObligadoRecepcionInput): Promise; }