/** * Get a selector string for specified entity type and id * @param type (Optional) Type of entity * @param id (Optional) Id of entity */ export default function getEntitySelector(type?: string, id?: string): string;