import type { Services } from './types.js';
export declare function createServiceContainer(_options: {
    cwd: string;
}): Promise<Services>;
