import { getWorkspaceBase, getWorkspacePath, getWorkspaceRelative, getWorkspacePackages, WorkspacePackages, WorkspacePackage, existsWorkspace, isWorkspace, isWorkspaceRoot } from "./workspace"; export declare function getBase(): string; export declare function getPath(parent: string, name: string): string; export declare function getRelative(path: string): string; export declare function exists(relative?: string): Promise; export declare function existsContextual(relative?: string): Promise; export { getWorkspaceBase, getWorkspacePath, getWorkspaceRelative, getWorkspacePackages, WorkspacePackages, WorkspacePackage, existsWorkspace, isWorkspace, isWorkspaceRoot };