import { URI } from "langium"; export declare function IsSubdir(base: URI, location: URI): boolean; export declare function IsDirectChild(base: URI, location: URI): boolean; export declare function WithTrailingSlash(uri: URI): URI;