/**
 * Experiment flags supported by the editor UI.
 */
export declare enum ExperimentFlags {
    /**
     * Stub for the experiment flags.
     */
    None = "none"
}
