export declare const SIDEBAR_LABEL_PLACEHOLDER = "__sidebar_label__"; export declare const MODULE_NAME_PLACEHOLDER = "__module_name__"; export declare const PACKAGE_NAME_PLACEHOLDER = "__package_name__"; export declare const FULL_IMPORT_PATH_PLACEHOLDER = "__full_import_path__"; export declare const ENV_VAR_NAME_PLACEHOLDER = "__env_var_name__"; export declare const API_REF_MODULE_PLACEHOLDER = "__api_ref_module__"; export declare const API_REF_PACKAGE_PLACEHOLDER = "__api_ref_package__"; export declare const PYTHON_DOC_URL_PLACEHOLDER = "__python_doc_url__"; export declare const SERIALIZABLE_PLACEHOLDER = "__serializable__"; export declare const LOCAL_PLACEHOLDER = "__local__"; export declare const PY_SUPPORT_PLACEHOLDER = "__py_support__";