import { FieldDefinitionNode } from "graphql"; export declare function createArrayField(fieldName: string, type: string): FieldDefinitionNode;