import { Effects } from '@typed/effects'; import { HistoryEnv, Path } from './types'; export declare function replaceState(data: A, path: Path): Effects, A>; export declare const replacePath: (path: Path) => Effects, null>; //# sourceMappingURL=replaceState.d.ts.map