import { RaasRetrieveReportCallResult } from './core-raas';
export declare const upgradeSuggestion: string;
export declare const extendedUpgradeSuggestion: string;
export declare const biDataServiceErrors: {
    message: string;
    suggestions: string;
}[];
export declare const biStreamingServiceErrors: {
    message: string;
    suggestions: string;
}[];
export declare const notSupported: {
    reportWithRequiredParemeters: string;
    longRunningReports: string;
};
export declare function handleBiDataServiceErrors(obj: any, errorNode: string, verbose?: boolean): void;
export declare function handleBiStreamingServiceErrors(obj: RaasRetrieveReportCallResult, verbose?: boolean): void;
