/** * Union of known server addresses for remote redux. */ export declare type RemoteReduxServerAddress = "@@finsemble/remoteRedux/InteropStore"; export declare type ActionId = { actionUniqueID: string; type: string; }; export declare type ActionResult = { type: string; result?: any; error?: any; }; //# sourceMappingURL=types.d.ts.map