import { Context } from '../imports/Context' import { Function } from '../imports/Function' export declare class AssociatedFlows { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean) static getFlows(tableName?: string): Array static getFlowsWithTriggerDetails(tableName?: string): string static getTableForFlow(flowSysId?: string): string static isFlowHasTableTrigger(flowSysId?: string): boolean }