export interface Options {
  translationFile: string;
  targetTranslationPath?: string;
  includeContextInTarget?: boolean;
  port?: number;
}
