import type { StructureDefinition } from '../structure-definition-types'; type ElementDef = { id?: string; path?: string; }; export declare function resolveNestedSliceParentItems(resource: any, elementDef: ElementDef, structureDef: StructureDefinition, getValueAtPath: (resource: any, path: string) => any): any[] | null; export declare function scopeParentItemsToNestedSlice(parentItems: any[], elementDef: ElementDef, structureDef: StructureDefinition): any[] | null; export {}; //# sourceMappingURL=profile-nested-slice-scoping.d.ts.map