import { ServiceRegistry } from 'handel-extension-api'; import { LoadedExtension } from '../datatypes'; /** * @deprecated * @type {string} */ export declare const DEFAULT_EXTENSION_PREFIX = "__STDLIB__"; export declare function initServiceRegistry(extensions: LoadedExtension[]): Promise;