// Mimic the outer package export for usage in index.ts // The outer exports can't be used as they now reference dist directly export * from "../utils" export * from "../hashing"