import { Entity } from "./entities"; /** * @category Models */ export declare type EntityLinkBuilder = ({ entity }: { entity: Entity; }) => string;