/** * Default cluster-name generator for `generacy launch`. * * Counts local-mode registry entries scoped to a single project and emits the * smallest `-local-` not yet in use. */ import type { Registry } from './registry.js'; export declare function generateDefaultName(projectId: string, projectName: string, registry: Registry): string; //# sourceMappingURL=default-name.d.ts.map