export declare const enum InteractorType {
    External = 0,
    Particles = 1
}
