declare const ensureFundNotShutdown: (environment: any, tradingContractAddress: any, fund: any) => Promise<void>;
export { ensureFundNotShutdown };
