import { SchemaNode, RemoveNameField, FieldDeclaration } from '@aphro/schema-api'; export declare function fieldTypeToGraphQLType(n: SchemaNode, f: RemoveNameField): string; //# sourceMappingURL=fieldTypeToGraphQLType.d.ts.map