/** * Check if the path is to an array index and return the prefix and index. */ export declare function isArrayPath(path: string): boolean;