export declare class IntermediateFlow { constructor(); static checkSameFlowNameExists(name?: string, flowType?: string, scopeSysId?: string): boolean; static filterFlowDesignerRestrictedTables(tableObjectsJSON?: string, scopeId?: string): string; static getIntermediateFlow(sysId?: string): string; static processIntermediateFlow(intermediateFlowJSON?: string): string; static updatePreviewToDraft(sysId?: string): string; } //# sourceMappingURL=IntermediateFlow.d.ts.map