import { workspaceRoot } from './workspace-root'; /** * The root of the workspace. * * @deprecated use workspaceRoot instead */ export declare const appRootPath: string; export { workspaceRoot };