import type { Config } from '../../config/schema.js'; /** Whether generic workspace and provider-backed memory is available. */ export declare function isMemorySubsystemEnabled(config: Config | undefined): boolean;