import { EntityWithLinks } from '../model/common'; import { Link } from '../model/LinkEntity'; export declare const convertLinks: (entity: E) => R;