/// import { URL } from "url"; export declare class WebmateEnvironment { uri: string; baseUri: URL; constructor(uri?: string); }