export declare class StateFlowFilter { constructor(); match(recordToMatch?: any, stateFlowId?: string, conditionType?: string, matchAll?: boolean): boolean; } //# sourceMappingURL=StateFlowFilter.d.ts.map