import { GetMasterGrade, OptionsMasterGrade, Weapons } from './types';
import { Entity } from 'prismarine-entity';
import { Vec3 } from 'vec3';
declare const getMasterGrade: (targetIn: OptionsMasterGrade | Entity, speedIn: Vec3, weapon: Weapons) => GetMasterGrade | undefined;
export default getMasterGrade;
