export declare const CUSTOM_CAPTION = "custom";
export declare const OBJECT_CAPTION = "object";
export declare const ARRAY_CAPTION = "array";
export declare const CLASS_CAPTION = "class";
export declare const FUNCTION_CAPTION = "func";
export declare const ELEMENT_CAPTION = "element";
