import { ChainService } from '../../../service/chainService'; import { Contract } from '@turajs/contracts'; export declare const getContract: (service: ChainService) => (id: string) => Promise;