import { generateTranslations } from "./helpers/generate-translations";

export {
    generateTranslations
};

