/// export declare const MEMORY_PRIORITY_VERY_LOW = 1; export declare const MEMORY_PRIORITY_LOW = 2; export declare const MEMORY_PRIORITY_MEDIUM = 3; export declare const MEMORY_PRIORITY_BELOW_NORMAL = 4; export declare const MEMORY_PRIORITY_NORMAL = 5; export declare function setProcessMemoryPriority(processHandle: Buffer, priority: number): void; export declare function setProcessPowerThrottling(processHandle: Buffer, ecoPower: boolean): void;