import { ExceptionType } from '../Data/ExceptionType'; export declare const getGeneralUserFriendlyErrorMessage: (exceptionType: ExceptionType) => "" | "We attempted to execute the data query however it appears there is an error in the data source." | "Something wrong with iszolea configuration. Check ClientId/ClientSecret fields in the appsettings.json file.";