export declare enum OperatorSymbol {
    Debounce = "db",
    Throttle = "th"
}
