import { ReorderPayload } from '../types'; export declare function reorderPath(path: unknown, { from, to }: ReorderPayload, values: T): T;