import { InteropStore, Destination, InteropBroadcastInternal } from "./types"; declare type TriggeredRule = InteropStore["root"]["testing"]["triggeredRules"][0]; export declare const selectConnect: (state: InteropStore, fsa: InteropBroadcastInternal, destinations: Destination[]) => [Destination[], TriggeredRule[]]; export {}; //# sourceMappingURL=selectConnect.d.ts.map