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