import type { Ethereum, EthereumTransaction } from "@rarible/ethereum-provider"; import type { EVMAddress } from "@rarible/types"; import type { Maybe } from "@rarible/types"; import type { SendFunction } from "../common/send-transaction"; export declare function approveCryptoPunk(ethereum: Maybe, send: SendFunction, contractAddress: EVMAddress, owner: EVMAddress, operator: EVMAddress, punkIndex: number): Promise;