export declare const Abi: {
    cryptopunks: import("ethers").ContractInterface;
    erc721: import("ethers").ContractInterface;
    erc1155: import("ethers").ContractInterface;
    erc20: import("ethers").ContractInterface;
    core: import("ethers").ContractInterface;
};
