export { packageExports } from "./lib/index.js";
export type Export = import('./lib/index.js').Export;
export type Result = import('./lib/index.js').Result;
//# sourceMappingURL=index.d.ts.map