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