Check if the given modules are compatible with the given core contract
function checkModulesCompatibility(options: { chain: Readonly<ChainOptions & { rpc: string }>; client: ThirdwebClient; coreBytecode: string; moduleBytecodes: Array<string>;}): Promise<boolean>;
let options: { chain: Readonly<ChainOptions & { rpc: string }>; client: ThirdwebClient; coreBytecode: string; moduleBytecodes: Array<string>;};
let returnType: Promise<boolean>;