declare const SESSION_START: Date;
declare const LOG_FILE: string;
declare const DEBUG_ENABLED: boolean;
export declare function logToFile(message: string): void;
export declare function logSessionStart(): void;
export declare function logSessionEnd(): void;
export declare function logFatalError(error: Error): void;
export { DEBUG_ENABLED, LOG_FILE, SESSION_START };
