import FlatMatter, { type FlatMatterFn, type Matter, } from "./src/flatmatter.ts"; export { FlatMatter }; export type { FlatMatterFn }; export type { Matter };