export interface IEnv { MACHINOMY_NETWORK?: string; CONTRACT_ADDRESS?: string; } export declare function container(): IEnv;