import Template from "../../types/template"; export declare type Template = Template; import * as _Fn from '../../types/functions'; export declare const Fn: typeof _Fn; import * as _Refs from '../../types/refs'; export declare const Refs: typeof _Refs; export * from '../../types/index'; export * from '../../types/dataTypes'; export * from '../../types/resource'; export * from '../../types/parameter'; export default function cloudform(template: Template): string;