import Bullet from '../bullet'; import CanvasPoint from '../point'; export declare type BulletJudge = (this: Bullet, target: CanvasPoint) => boolean; declare const _default: Record; export default _default;