import type { Atom, PrimitiveAtom, WritableAtom } from 'jotai-expose-store'; export declare function splitAtom(arrAtom: WritableAtom, keyExtractor?: (item: Item) => Key): WritableAtom[], PrimitiveAtom>; export declare function splitAtom(arrAtom: Atom, keyExtractor?: (item: Item) => Key): Atom[]>;