import type { LoadServiceOption } from '../types/service';
/**
 * Load all the services from the given path
 * @deprecated use Blaze.load instead
 */
export declare function initializeServices(options: LoadServiceOption): Promise<void>;
