export declare enum NativeEventOption {
    Capture = "capture",
    Passive = "passive",
    Once = "once"
}
