import SDKContractBase from "../contracts/base.contract"; export interface ServiceImplementation { contract: SDKContractBase; }