import { TAbiOutput } from '../../types/TAbi'; export declare namespace AbiDeserializer { function process(result: any, types: TAbiOutput[]): any; }