export declare const APP_SHARED_DEPS: string[]; export declare const API_SHARED_DEPS: string[]; export declare const APP_EXTENSION_TYPES: readonly ["interface", "display", "layout", "module", "panel"]; export declare const API_EXTENSION_TYPES: readonly ["hook", "endpoint"]; export declare const HYBRID_EXTENSION_TYPES: readonly ["operation"]; export declare const BUNDLE_EXTENSION_TYPES: readonly ["bundle"]; export declare const EXTENSION_TYPES: readonly ["interface", "display", "layout", "module", "panel", "hook", "endpoint", "operation", "bundle"]; export declare const NESTED_EXTENSION_TYPES: readonly ["interface", "display", "layout", "module", "panel", "hook", "endpoint", "operation"]; export declare const APP_OR_HYBRID_EXTENSION_TYPES: readonly ["interface", "display", "layout", "module", "panel", "operation"]; export declare const APP_OR_HYBRID_EXTENSION_PACKAGE_TYPES: readonly ["interface", "display", "layout", "module", "panel", "operation", "bundle"]; export declare const EXTENSION_LANGUAGES: readonly ["javascript", "typescript"]; export declare const EXTENSION_NAME_REGEX: RegExp; export declare const EXTENSION_PKG_KEY = "directus:extension"; //# sourceMappingURL=extensions.d.ts.map