/** * Splits an access path string into its component parts. * Handles dot notation, bracket notation, and quoted strings. */ export default function splitAccessPath(p: string): string[]; //# sourceMappingURL=splitAccessPath.d.ts.map