import FrontApplet from './FrontApplet/FrontApplet'; import Monitoring from './Monitoring/Monitoring'; export declare const frontApplet: FrontApplet; export declare const sos: FrontApplet; export declare const monitoring: Monitoring; export declare const fpath: { basename(filePath: import("./FrontApplet/FileSystem/types").IFilePath, suffix?: string): string; dirname(filePath: import("./FrontApplet/FileSystem/types").IFilePath): import("./FrontApplet/FileSystem/types").IFilePath; extname(filePath: import("./FrontApplet/FileSystem/types").IFilePath): string; isAbsolute(_: import("./FrontApplet/FileSystem/types").IFilePath): boolean; join(filePath: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath; safeJoin(base: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath; normalize(filePath: import("./FrontApplet/FileSystem/types").IFilePath): import("./FrontApplet/FileSystem/types").IFilePath; resolve(filePath: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath; sep: string; concat(filePath: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath; stringify(filePath: import("./FrontApplet/FileSystem/types").IFilePath): string; path: import("path-browserify").Path; }; declare global { interface Window { sos: FrontApplet; sosMonitoring: Monitoring; } } export default frontApplet;