import { RakunMono, Void } from "rakun"; import { RakunFlowSnapshotStateType } from "../../types"; export declare const set: (path: string, type: RakunFlowSnapshotStateType) => (value: T) => RakunMono;