import si from 'systeminformation'; export declare function takeScreenshot(filePath: string): Promise; export declare function getVolume(): Promise; export declare function setVolume(level: number): Promise; export declare function getScreenDetails(): Promise;