export { default } from "./lib/index.js";
export type Gap = import('./lib/index.js').Gap;
export type Options = import('./lib/index.js').Options;
