export function resolveWorkspaceCwd( workspace: string | undefined, fallbackKey: string ): { cwd: string; grouped: boolean }; export function ensureCwd(cwd: string, grouped: boolean): void;