export declare enum Cascade {
    Options = "options"
}
export declare function getApiSymbol(): {
    options: symbol;
};
