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