import { Function } from '../abi/functions/Function';
import type { IRawAbiFunction } from '../types/interfaces/IRawAbiFunction';
import type { IType } from '../types/interfaces/IType';
export declare function makeFunction(params: {
    types: IType[];
    rawAbiFunction: IRawAbiFunction;
}): Function;
//# sourceMappingURL=makeFunction.d.ts.map