import { Hitbox } from './hitbox';
/**
 * Hitbox preset for a particular body.
 */
export declare class HitboxConfig {
    /**
     * Hitbox type.
     */
    preset: Hitbox;
    /**
     * X offset of the hitbox.
     */
    translationX: number;
    /**
     * Z offset of the hitbox.
     */
    translationZ: number;
}
//# sourceMappingURL=hitbox-config.d.ts.map