/**
 * CONSTANTS used for main application paths (deep linking).
 */
declare const ASSET_CATALOG_PATH = "/assets/catalog";
declare const LOGIN_PATH = "/login";
declare const ABOUT_PATH = "/about";
declare const getAssetLineagePrintPath: (guid: any, lineageType: any, includeProcess: any) => string;
export { ABOUT_PATH, ASSET_CATALOG_PATH, LOGIN_PATH, getAssetLineagePrintPath };
