export declare enum WellKnownSymbol {
    iterator = "iterator",
    toPrimitive = "toPrimitive"
}
