import type { GitStatus } from '../types.js'; export declare function getGitMood(git: GitStatus | null, tick: number): string | null; export declare const FILE_TYPE_MESSAGES: Record;