import { Template } from "./template"; export { Template } from "./template"; export * as Fn from "./functions"; export * as Refs from "./refs"; export * from "./data-types"; export * from "./resource"; export * from "./parameter"; export * from "./types"; export default function cloudformation(template: Template): string;