export declare function slug(value: string): string; export declare function resolveWorkspaceName(rootDir: string): Promise; export declare function resolvePrimaryWorkspaceRoot(rootDir: string): Promise; export declare function resolvePrimaryInstance(rootDir: string): Promise; //# sourceMappingURL=workspace.d.ts.map