import type { RepresentationItem } from "../index";
declare const entity: RepresentationItem<"entity">;
export default entity;
