import { SystemResourceInfo } from '../../types' export const getSystemResourceInfo = async (): Promise => { return { memAvailable: 0, // TODO: this should not be 0 } }