import { ChainService } from '../../../service/chainService'; import { GetSingleContractMapValueArgs } from '../../../typings/args'; export declare const getSingleContractMapValue: (service: ChainService) => (args: GetSingleContractMapValueArgs) => Promise<{ value: string; }>;