import { ChainService } from '../../../service/chainService'; import { ContractList } from '../../../typings/contractList'; import { GetContractsByAccountArgs } from '../../../typings/args/getContractsByAccountArgs'; export declare const getContractsByAccount: (service: ChainService) => (args: GetContractsByAccountArgs) => Promise;