export declare function buildLogEntry(event: string, date?: Date): string; export declare function buildInitialLogContent(project: string, entry: string): string; export declare function appendToLogContent(existingContent: string, entry: string): string; export declare function buildGlobalLogEntry(project: string | null, event: string, date?: Date): string; export declare function buildInitialGlobalLogContent(entry: string): string; export declare function migrateGlobalLogContent(existingContent: string): string; //# sourceMappingURL=LogAppender.d.ts.map