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