import { KeyPath } from '@gulujs/object-path';
import { Key } from './schema.js';
export declare function stringifyKey(key: Key, keyPath: KeyPath): string;
export declare function flattenPath(path: Array<Key | number>): Array<string | number>;
