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