export interface IDynamicAttributePath { getAttributeName(): string; getPath(): string; getLegacyAttributeName(): string; getLegacyGroupName(): string; isLegacy(): boolean; } //# sourceMappingURL=IDynamicAttributePath.d.ts.map