import { IFieldProperty } from './IFieldProperty.js'; export declare class FieldProperty implements IFieldProperty { identifier: string; property?: string; } //# sourceMappingURL=fieldProperty.d.ts.map