import { FeParamGetCotizacionResult } from './FeParamGetCotizacionResult';
export interface FeParamGetCotizacionResponse {
    FEParamGetCotizacionResult?: FeParamGetCotizacionResult;
}
