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