import type { IRawAbiTypeRoot } from '../types/interfaces/IRawAbiType';
export declare function makeType(params: {
    rawAbiType: IRawAbiTypeRoot;
}): import("../abi/types/ArrayType").ArrayType;
//# sourceMappingURL=makeType.d.ts.map