import type { Atom } from 'jotai-expose-store'; export declare function waitForAll>(atoms: { [K in keyof Values]: Atom; }): Atom; export declare function waitForAll(atoms: { [K in keyof Values]: Atom; }): Atom;