declare module 'vue-router' {
    interface RouteMeta {
        title?: string;
        description?: string;
    }
}
export type { AlertInterface } from './alerts';
export type { AssociativeArray } from './common';
export { Severity } from './severity';
export type { Sprunjer, SprunjerData, SprunjerListable, SprunjerListableOption } from './sprunjer';
export type { SprunjerRequest, SprunjerResponse } from './sprunjerApi';
export type { DictionaryResponse, DictionaryEntries, DictionaryConfig } from './DictionaryApi';
export type { ApiResponse, ApiErrorResponse } from './ApiResponse';
