export declare const SYMBOL_FUNCTION_MODE: unique symbol; export declare enum FunctionModes { basic = "basic", advanced = "advanced" }