function compatibleModules( coreBytecode: string, moduleBytecodes: Array<string>, chainId: number,): Promise<boolean>;
let coreBytecode: string;
let moduleBytecodes: Array<string>;
let chainId: number;
let returnType: Promise<boolean>;