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