export declare const ANTIGRAVITY_LOG_DIR: string; /** * agy's own explanation for a turn that produced no terminal result, or * undefined when the log is missing, unreadable, older than the turn, or * carries no error — in which case the caller keeps its existing wording. */ export declare function readAntigravityPrintModeError(turnStartedAtMs: number, logDir?: string): string | undefined; //# sourceMappingURL=antigravity-cli-log.d.ts.map