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