export declare class IntermediateFlow { static checkSameFlowNameExists( name?: string, flowType?: string, scopeSysId?: string ): boolean; constructor(); static filterFlowDesignerRestrictedTables( tableObjectsJSON?: string, scopeId?: string ): string; static getIntermediateFlow(sysId?: string): string; static processIntermediateFlow(intermediateFlowJSON?: string): string; static updatePreviewToDraft(sysId?: string): string; }