declare function getGlobalPath(): string; declare function setGlobalPath(params: string): void; declare function getGlobalPaths(): any[]; declare function setGlobalPaths(params: any): void; declare function getGlobalTags(): any[]; declare function setGlobalTags(params: any): void; export { getGlobalPath, setGlobalPath, getGlobalPaths, setGlobalPaths, getGlobalTags, setGlobalTags };