import { NetworkSymbols } from '../networks';
export declare const serialize: (network: NetworkSymbols, obj: any) => any;
export declare const deserialize: (obj: any) => any;
