/** Write a structured log entry to the goatcode log file. */ export declare function log(message: string, data?: unknown): void; /** Returns the absolute path to the log file. */ export declare function getLogFilePath(): string;