export declare class FlowDesigner { constructor(); static getCompleteFlow(flowSysId?: string): string; static getDynamicInfoObject( flowOrActionId?: string, inputName?: string, isAction?: boolean ): any; static getGeneratedGuid(): string; static getMinimalFlowDetails(flowSysId?: string): string; static getMinimalMainFlowSnapshot(flowSysId?: string): string; static updateFlowProperties( flowJsonInput?: string, flowSysId?: string ): string; }