import { Auth } from './Auth';
export interface FeParamGetTiposMonedas {
    Auth?: Auth;
}
