import { type AtomType } from "../Mutables/atom/atom"; /** * Creates a reactive atom that always reflects `window.history.state`. * * Hydrated from `window.history.state` at creation time. */ export declare function createHistoryStateAtom(): AtomType; //# sourceMappingURL=historyStateAtom.d.ts.map