export declare class System { private command; private arguments; constructor(); setWallpaper(filePath: string): void; }