import { Effects } from '@typed/effects'; import { HistoryEnv, Path } from './types'; /** * Push state to history environment * @param data: A * @param path: Path * @returns Effects, A> */ export declare function pushState(data: A, path: Path): Effects, A>; export declare function pushPath(path: Path): Effects; //# sourceMappingURL=pushState.d.ts.map