import { UNKNOWN } from '../types'; export declare const patchState: { func: (state: T, source: UNKNOWN, destination: UNKNOWN) => T; };