/** * Provides API to work on semantic URLs. * These APIs are used for building semantic URLs * @module SemanticUrlUtils */ import type { RemoteCaseActionObject } from '../globals'; declare const _default: { getResolvedSemanticURL: (routeKey: string, payload: any, params: any) => string; getActions: () => { ACTION_OPENWORKBYHANDLE: string; ACTION_SHOWDATA: string; ACTION_SHOWVIEW: string; ACTION_GETOBJECT: string; ACTION_SHOWINSIGHT: string; ACTION_SHOWDASHBOARD: string; }; updateSemanticURLAndDocumentTitle: (data: RemoteCaseActionObject) => void; getSemanticURLForToaster: (caseTypeID: string, caseID: string, isObjectType?: boolean) => string; }; export default _default;