import { CwdParams } from './types.js'; declare const isWorkspaceRoot: ({ cwd }: CwdParams) => boolean; export { isWorkspaceRoot };