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