import { ParamType } from "ethers/lib/utils";
import { Obj, TracerDependencies } from "../types";
interface FormatOptions {
    decimals?: number;
    shorten?: boolean;
}
export declare function formatResult(result: Obj<any>, params: ParamType[] | undefined, { decimals, shorten }: FormatOptions, dependencies: TracerDependencies): string;
export {};
//# sourceMappingURL=result.d.ts.map