import { type AtomType } from "../Mutables/atom/atom"; /** * Creates a reactive atom holding the navigation lock state. * * When `true`, all navigation is suspended. When `false` (default), * navigation works normally. */ export declare function createNavigationLocked(): AtomType; //# sourceMappingURL=navigationLock.d.ts.map