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