5 lines
130 B
TypeScript
5 lines
130 B
TypeScript
|
|
import IntelligenceBase from "./IntelligenceBase";
|
||
|
|
declare class Intelligence extends IntelligenceBase {
|
||
|
|
}
|
||
|
|
export = Intelligence;
|