import type { HookManager } from "../../../../types/hooks.js";
export declare function readSourceFileFactory(hooks: HookManager): (absPath: string) => Promise<string>;
//# sourceMappingURL=read-source-file.d.ts.map