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