export declare enum eEntityType {
    Ped = 1,
    Automobile = 2,
    Prop = 3
}
