export interface HealthOptions { url?: string; org?: string; context?: string; } export declare function checkMemoryHealth(opts?: HealthOptions): Promise; //# sourceMappingURL=memory-health.d.ts.map