import { RawTaxonomy } from "../reify";
export type TaxonomyId = string;
export type RawTaxonomyFetcher = (taxonomyId: TaxonomyId) => Promise<RawTaxonomy>;
//# sourceMappingURL=RawTaxonomyFetcher.d.ts.map