import { Struct } from "../utilities/index.js";
import { PlayerHCapFlags } from "../enums/index.js";
export declare class PlayerHCap extends Struct {
    constructor(options?: Partial<PlayerHCap>);
    PLID: number;
    Flags: PlayerHCapFlags | 0;
    H_Mass: number;
    H_TRes: number;
}
