export declare class TemplateFlowCreator { constructor(); copyFlow(flowSysId?: string, flowName?: string, flowScope?: string): string; createFlow(templateId?: string, flowName?: string, flowScope?: string, isAppTemplate?: boolean, templateTypeSysId?: string): string; } //# sourceMappingURL=TemplateFlowCreator.d.ts.map