/**
 * @protected
 *
 * @packageDocumentation
 */
import type * as Format from "../../format/common";
import type { Parameter } from "@truffle/abi-utils";
export declare function abiParameterToType(abi: Parameter): Format.Types.Type;
