export interface MessageCodegenOptions { inputDir: string; filePattern: string; outputDir: string; lint: boolean; rulesetPath?: string; }