export declare enum APILevel {
    Stable = "stable",
    Alpha = "alpha",
    Beta = "beta"
}
