UNPKG

467 BTypeScriptView Raw
1import Template from "../../types/template";
2export declare type Template = Template;
3import * as _Fn from '../../types/functions';
4export declare const Fn: typeof _Fn;
5import * as _Refs from '../../types/refs';
6export declare const Refs: typeof _Refs;
7export * from '../../types/index';
8export * from '../../types/dataTypes';
9export * from '../../types/resource';
10export * from '../../types/parameter';
11export default function cloudform(template: Template): string;