export declare function toRPC(val: any): any; export declare function toBigInt(val: any): bigint; export declare function mapValues(val: any, cb: (key: string, val: any) => any): any;