import { NativeToken } from '../tokens/nativeToken';
/**
 * Known WETH9 implementation addresses, used in our implementation of Ether#wrapped
 */
export declare const WETH9: {
    [chainId: number]: NativeToken;
};
