import { Address } from '@melonproject/token-math';
import { Environment } from './Environment';
declare const withDifferentAccount: (environment: Environment, account: Address) => Environment;
export { withDifferentAccount };
