import { ChainService } from '../../../service/chainService'; import { GetContractMapValuesByFirstKeyArgs } from '../../../typings/args'; import { ContractMapValueList } from '../../../typings/contractMapValueList'; export declare const getContractMapValuesByFirstKey: (service: ChainService) => (args: GetContractMapValuesByFirstKeyArgs) => Promise;