import { GraphQLScalarType } from "graphql"; /** * Generates a GraphQL scalar type for checksum of `size`. * @param size Size of the checksum in bytes. * @returns GraphQLScalarType representing the checksum. */ export declare function generate_checksum(size: number): GraphQLScalarType;