import { Swap } from '@flowr/types'; declare const swap: (obj: Object, key: Key, value: Value) => Swap; export { swap };