import { Token } from '../../../../../core/blockchain/tokens/token'; export declare function createTokenNativeAddressProxy(token: T, wrappedNativeAddress: string): T; export declare function createTokenNativeAddressProxyInPathStartAndEnd(path: T[] | ReadonlyArray, wrappedNativeAddress: string): ReadonlyArray;