import * as _zag_js_utils from '@zag-js/utils';

declare const store: _zag_js_utils.Store<{
    id: string | null;
    prevId: string | null;
    instant: boolean;
}>;

export { store };
