/** * */ declare module "oly-core/lib/env" { interface IEnv { /** * */ WORKSPACE_DIRECTORY?: string; /** * */ WORKSPACE_TMP?: string; } } export * from "./interfaces"; export * from "./FileService"; export * from "./WorkspaceProvider";