/** * API to return proper semantic url by removing global parameters like portal, noPortal, debug * @param url Input url which should be sanitized by removing global query params * @returns Proper semantic url by removing global parameters like portal and noPortal */ export declare const getSemanticURLWithRelatedQueryParams: (url: string) => string;