import { listEntryIds } from "./base"; import { Entry, EntryId } from "../types"; declare const parseEntry: (entryDir: string, entryId: EntryId, options?: { noIds: boolean; } | undefined) => Entry; export { listEntryIds, parseEntry };