/** * method-catalog-memory.ts, the MemoryGovernor observability verb. * * `ops.memory.get` serves the governor snapshot: current tier, budget, RSS/heap, * per-cache footprints, paused jobs, and tripwire state, so operators can see * the daemon defending its own footprint. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayMemoryMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-memory.d.ts.map