···11-import item from "./schemas/item.json" with { type: "json" };
22-import pubkey from "./schemas/pubkey.json" with { type: "json" };
33-44-import { type LexiconDoc, Lexicons } from "@atproto/lexicon";
55-66-const lexicons: Lexicons = new Lexicons();
77-88-lexicons.add(item as LexiconDoc);
99-lexicons.add(pubkey as LexiconDoc);
1010-1111-export { item, lexicons, pubkey };
11+export * from "./src/index.ts";
···11+export * as AppCisternLexiconItem from "./types/app/cistern/lexicon/item.ts";
22+export * as AppCisternLexiconPubkey from "./types/app/cistern/lexicon/pubkey.ts";