/**
 * The root of the workspace
 */
export declare const workspaceRoot: string;
/**
 * The root of the workspace.
 *
 * @deprecated use workspaceRoot instead
 */
export declare const appRootPath: string;
export declare function workspaceRootInner(dir: string, candidateRoot: string | null): string;
