import { TypeArgs } from '../transactions/index.js';
export declare function normalizeTypeArgs(input: TypeArgs): string[];
export declare function normalizeTypeArgsToStr(input: TypeArgs): string;
