import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; 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; } //# sourceMappingURL=AssociatedFlows.d.ts.map