import { URI } from '@vscode-alt/monaco-editor/esm/vs/base/common/uri'; export declare const isChild: (source: string, target: string) => boolean; export declare const getPath: (resource: URI) => string; export declare const getFileName: (resource: URI) => string; export declare const getParentResource: (resource: string) => string; export declare const getRelativePath: (root: URI, resource: URI) => string; export declare const isDescendant: (older: any, younger: any) => any; export declare const checkArrayContains: (arr1: any, arr2: any) => any; export declare const getFileExt: (name: any) => any;