import { ScalarTypeDefinitionNode } from "graphql"; export declare function createScalar(name: string): ScalarTypeDefinitionNode;