import { GeneratorContext } from './SourcesGenerator'; import { Field, ObjectType } from '../model'; export declare function buildFieldContext(f: Field, entity: ObjectType): GeneratorContext; export declare function withDecoratorOptions(f: Field): GeneratorContext; export declare function withFieldTypeGuardProps(f: Field): GeneratorContext; export declare function withTsTypeAndDecorator(f: Field): GeneratorContext; export declare function withArrayCustomFieldConfig(f: Field): GeneratorContext; export declare function withDerivedNames(f: Field, entity: ObjectType): GeneratorContext; export declare function withImport(f: Field): GeneratorContext; export declare function withRelation(f: Field): GeneratorContext; export declare function withTransformer(f: Field): GeneratorContext;