declare function createRefs(refs: T): { get(key: K): T[K]; set(key: K, value: T[K]): void; }; export { createRefs };