/** * Splits a string accessor to a path through the object. * @internal */ export declare function splitAccessorPath(accessor: string): string[]; //# sourceMappingURL=split-accessor-path.d.ts.map