import type { IType } from '../types/interfaces/IType';
import type { JsonAbiArgument } from '../types/interfaces/JsonAbi';
export declare function resolveInputLabel(types: IType[], typeId: number, typeArguments: JsonAbiArgument['typeArguments']): string;
//# sourceMappingURL=getTypeDeclaration.d.ts.map