export { store, getConfig } from './store';
export { getContext, getElement } from './hooks';
export { withScope, useWatch, useInit, useEffect, useLayoutEffect, useCallback, useMemo, } from './utils';
export { useState, useRef } from 'preact/hooks';
export declare const privateApis: (lock: any) => any;
//# sourceMappingURL=index.d.ts.map