Retrieves the deployed clone factory contract instance if available
function getDeployedCloneFactoryContract( args: ClientAndChain,): Promise<null | Readonly<ContractOptions<[]>>>;
Client and chain information required to locate the contract
let args: ClientAndChain;
let returnType: Promise<null | Readonly<ContractOptions<[]>>>;
Promise that resolves to the clone factory contract instance if deployed, null otherwise