export declare function factoryAtom(factory: (key: K) => A, options?: { weak?: boolean; }): { (key: K): A; delete(key: K): void; clear(): void; };