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