import type { AnyFn } from "./types.js"; export declare class SharedState { #private; constructor(factory: T); get(...args: Parameters): ReturnType; }