import { GQLElement } from "../../classes/GQLElement"; export declare abstract class GQLAnyType extends GQLElement { constructor(name?: string); abstract build(): BuiltType; }