import { Chalk } from "chalk";
export declare const logDir: string;
export declare let activeLogFile: string | null;
export declare function initializeTaskforceLogFile(): void;
export declare function TFLog(message: string, chalk?: Chalk): void;
export declare function logTaskChaining(fromTask: string, toTask: string, inputPreview?: string): void;
