export declare function deployLinkVrfFixture(): Promise<{ linkInstance: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit; vrfInstance: import("ethers").BaseContract & { deploymentTransaction(): import("ethers").ContractTransactionResponse; } & Omit; }>; export declare function deployERC721(name: string): Promise;