export interface HasConfigurableContract { getContractAddress(): Promise; setContractAddress(address: string, configuration?: any): Promise; }