import { SupportedTokenType } from "../../types";
export declare function isNativeCoin(token: SupportedTokenType): boolean;
