import { BaseObject } from 'bc-minecraft-bedrock-types';
import { MolangSet } from 'bc-minecraft-molang';
import { References } from '../../../types/references';
/** */
export interface Entity extends BaseObject {
    /** */
    animations: References;
    /** */
    molang: MolangSet;
}
//# sourceMappingURL=entity.d.ts.map