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