export { parse } from "./lib/parse.js"; export { stringify } from "./lib/stringify.js"; export type Extension = import("./lib/parse.js").Extension; export type Options = import("./lib/parse.js").Options; export type Schema = import("./lib/parse.js").Schema; export type Warning = import("./lib/parse.js").Warning; //# sourceMappingURL=index.d.ts.map