/// import { GraphQLScalarType, GraphQLScalarTypeConfig } from 'graphql'; type BufferJson = { type: 'Buffer'; data: number[]; }; export declare const GraphQLByteConfig: GraphQLScalarTypeConfig; export declare const GraphQLByte: GraphQLScalarType; export {};