import type { LogLevel } from '../log-level';
export declare const getFreeMemoryFromProcMeminfo: (logLevel: LogLevel) => number | null;
