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