import { Auth } from './Auth';
export interface FeParamGetCondicionIvaReceptor1 {
    Auth?: Auth;
    ClaseCmp?: string;
}
