import type { ConeEntry, Registry } from '../../src/index.js'; export declare class MemRegistry implements Registry { entries: ConeEntry[]; list(): Promise; findByNameOrId(query: string): Promise; append(entry: ConeEntry): Promise; update(sandboxId: string, patch: Partial): Promise; remove(sandboxId: string): Promise; } //# sourceMappingURL=mem-registry.d.ts.map