export declare const version: string; export { compile } from './compile/compile.js'; export type { Config } from './config.js'; export { normalize } from './normalize/index.js'; export type { TopLevelSpec } from './spec/index.js'; export * from './util.js'; //# sourceMappingURL=index.d.ts.map