import { Workspace, WorkspaceFolder } from '../workspaceFactory'; import { Uri } from './uri/uri'; export declare function resolvePathWithEnvVariables(workspace: Workspace, path: string, workspaces: Workspace[]): Uri | undefined; export declare function expandPathVariables(path: string, rootPath: Uri, workspaces: WorkspaceFolder[]): string;