import { SDK } from "../../sdk"; import { ethers } from "ethers"; export declare type MetadataRendererInit = { description: string; imageURI: string; animationURI: string; }; export declare const getContract: (sdk: SDK) => Promise; declare const _default: { getContract: (sdk: SDK) => Promise; }; export default _default;