import { ChainService } from '../../../service'; import { UnsignedTransaction } from '../../../typings/unsignedTransaction'; import { PublishContractByReferenceArgs } from '../../../typings/args'; export declare const publishContractByReference: (service: ChainService) => (args: PublishContractByReferenceArgs) => Promise;