import type { Eta as EtaCore } from "./core.js"; import type { Options } from "./config.js"; export declare function readFile(this: EtaCore, path: string): string; export declare function resolvePath(this: EtaCore, templatePath: string, options?: Partial): string; //# sourceMappingURL=file-handling.d.ts.map