export interface MessageDiffOptions { inputDir: string; filePattern: string; excludePattern: string | undefined; branch: string; verbose: boolean; }