/** * Bootstrap the bundled memory provider. * * Registers `EphemeralMemoryProvider` under the key `'ephemeral'` (owner `'core'`) * and activates it as the default in-process memory store. The ephemeral provider * holds all entries in a plain `Map` and does not require any plugin installation. * * Idempotent: callable multiple times across CLI / MCP / test entry points * without side effects on subsequent invocations. */ export declare function bootstrapBundledMemoryProvider(): void; //# sourceMappingURL=bootstrap.d.ts.map