/** * Local source parsing. * * @experimental This API is unstable and may change without notice. * @packageDocumentation */ export { parseLocalPath } from "./parser.js"; export { print } from "./print.js"; //# sourceMappingURL=index.d.ts.map