import { A as AsyncState } from '../types-5EvFF6wb.js'; import 'keyweaver'; import 'react'; /** Clears the given {@link state}, clearing its value, {@link AsyncState.error error}, and {@link AsyncState.isLoaded loaded status}. */ declare const clear: (state: AsyncState) => void; export { clear as default };