import { GraphQLScalarType } from "graphql";
export declare const ISBNScalar = "scalar ISBN";
export declare const ISBN: GraphQLScalarType;
