import { GraphQLObjectType, GraphQLScalarType } from 'graphql'; export declare const Missing: { name: string; type: GraphQLScalarType; }; export declare const KsqlDBMutation: GraphQLObjectType;