import { WeaponClass } from '../enum';
import type { WeaponDamageProperties } from '../types';
import type { SwitchAxe, SwitchAxeAttack } from './types';
export declare const SwitchAxeDamageProperties: Readonly<WeaponDamageProperties<WeaponClass.SWITCH_AXE, SwitchAxeAttack>>;
/**
 * List of all available {@link SwitchAxe}s
 */
export declare const SwitchAxes: readonly SwitchAxe[];
