import type { HookPluginLogContext } from './types.js'; export declare function hookLogPath(cwd: string, timestamp?: Date): string; export declare function appendHookPluginLog(cwd: string, entry: HookPluginLogContext): Promise; //# sourceMappingURL=logging.d.ts.map