export declare const inEntities: (group: string, service: string, entityName: string) => boolean; export declare const entityHasLink: (group: string, service: string, entityName: string, type?: 'show' | string) => boolean; export declare const getEntityLink: (group: string, service: string, entityName: string, type?: 'show' | string) => Function; export declare const navigateToEntity: (link: any) => void; export declare const entities: any;