import { RakunFlowSnapshotStateType } from "../../types"; import { RakunFlowSnapshotManager } from "../interface"; export declare const createSnapshotManager: (path: string, type: RakunFlowSnapshotStateType) => RakunFlowSnapshotManager;