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