import { Module } from "../types";
export { generateEnglish };
declare function generateEnglish(module: Module): string;
