export { transformFile } from './transform-file.js'; export { transformDirectory } from './transform-directory.js'; export type { CliOptions, TransformFileOptions, TransformResult, } from './types.js'; //# sourceMappingURL=index.d.ts.map