import { Entry } from "../types"; declare const load: (inDir: string) => Entry[]; export { load };