import { IFexRepositoryPort } from "../../ports/fex/fex-repository.port"; import { IFEXGetPARAM_DST_paisInput, IFEXGetPARAM_DST_paisOutput } from "../../dto/fex"; export declare class GetParamDstPaisUseCase { private readonly repository; constructor(repository: IFexRepositoryPort); execute(input: IFEXGetPARAM_DST_paisInput): Promise; }