import { Address } from '@melonproject/token-math';
import { Environment } from '../../../../utils/environment/Environment';
declare const ensureIsNotShutDown: (environment: Environment, address: Address) => Promise<void>;
export { ensureIsNotShutDown };
