import type { PlainField } from './types'; export default class FieldGetter { private readonly plainField; constructor(plainField: PlainField); getPlainField(): PlainField; getValue(): unknown; getName(): string; getType(): string; } //# sourceMappingURL=field-getter.d.ts.map