import type { KeyPath } from './types'; export declare function parseKeyPath(keyPath: string): KeyPath;