checkModulesCompatibility
function checkModulesCompatibility(options: {  coreBytecode: string;  moduleBytecodes: Array<string>;}): Promise<boolean>;
let options: {  coreBytecode: string;  moduleBytecodes: Array<string>;};
function checkModulesCompatibility(options: {  coreBytecode: string;  moduleBytecodes: Array<string>;}): Promise<boolean>;
let options: {  coreBytecode: string;  moduleBytecodes: Array<string>;};