import { Token } from './Token';
/**
 * Known Wcoin implementation addresses, used in our implementation of EVMNativCoin#wrapped
 */
export declare const WCOIN: (id: string) => Token;
