#!/usr/bin/env node
export { ITranslations } from './types/ITranslations';
export { processTranslations } from './processTranslations';
