export {headingRange} from './lib/index.js'
export type Handler = import('./lib/index.js').Handler
export type Info = import('./lib/index.js').Info
export type Options = import('./lib/index.js').Options
export type Test = import('./lib/index.js').Test
export type TestFunction = import('./lib/index.js').TestFunction
