import { Auth } from './Auth';
export interface FeParamGetCotizacion {
    Auth?: Auth;
    MonId?: string;
    FchCotiz?: string;
}
