import { Address } from '@melonproject/token-math';
declare const isSameAddress: (a: string | Address, b: string | Address) => boolean;
export { isSameAddress };
