import Error from './Error'; export declare type BrokerResponse = { type: string; error?: Error; data?: any; }; export default BrokerResponse;