export interface Composable { /** * Detects the current network and instantiates the contracts. */ compose(): void; }