import type { MemoryScopeContext } from "#public/memory/index.js";
export declare function byPrincipal(context: MemoryScopeContext): string | null;
