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