/** * Splits a string accessor to a path through the object. * @internal */ export declare function splitAccessorPath(accessor: string): string[];