import type { ArrayPath, StrPath } from './types.js';
export declare const formatArrayPath: (arrayPath: ArrayPath) => StrPath;
