import { GraphQLError } from 'graphql';
export declare function handleNull(errors: ReadonlyArray<GraphQLError>): {};
