export declare class TemplateFlowCreator { copyFlow(flowSysId?: string, flowName?: string, flowScope?: string): string createFlow(templateId?: string, flowName?: string, flowScope?: string, isAppTemplate?: boolean, templateTypeSysId?: string): string constructor() }