import { Address } from '@melonproject/token-math';
export declare const isEmptyAddress: (address: Address) => boolean;
