export interface FieldContent {
    field: string;
    value?: string | number;
}
//# sourceMappingURL=field-content.d.ts.map