export default class ItemPath { static get(item: any, path: string): any; static build(item: any, path: string, target: any): void; } //# sourceMappingURL=ItemPath.d.ts.map