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