import { Eta as EtaCore } from "./core.js"; import { readFile, resolvePath } from "./file-handling.js"; export { EtaError, EtaFileResolutionError, EtaNameResolutionError, EtaParseError, EtaRuntimeError, } from "./err.js"; export { type EtaConfig, type Options } from "./config.js"; export declare class Eta extends EtaCore { readFile: typeof readFile; resolvePath: typeof resolvePath; } //# sourceMappingURL=index.d.ts.map