import type { GenericResult } from './GenericResult'; /** * Generic response */ export declare type RPCResult = { result: GenericResult; };