export declare enum RagdollType {
    Normal = 0,
    StiffLegs = 1,
    NarrowLegs = 2,
    WideLegs = 3
}
