import { ExtensionSpecification } from './specification.js'; /** * Load all specifications ONLY from the local file system */ export declare function loadLocalExtensionsSpecifications(): Promise;