export declare const Imports: {
    String: string;
    Boolean: string;
    Integer: string;
    Object: string;
    Float: string;
    Long: string;
    Class: string;
    Arrays: string;
    List: string;
    IOException: string;
    Collections: string;
    LinkedHashMap: string;
    Map: string;
    Nonnull: string;
    Nullable: string;
    Override: string;
    Generated: string;
    ScalarType: string;
    GraphqlFragment: string;
    Operation: string;
    OperationName: string;
    Mutation: string;
    Query: string;
    Subscription: string;
    ResponseField: string;
    ResponseFieldMapper: string;
    ResponseFieldMarshaller: string;
    ResponseReader: string;
    ResponseWriter: string;
    FragmentResponseFieldMapper: string;
    UnmodifiableMapBuilder: string;
    Utils: string;
    InputType: string;
    Input: string;
    InputFieldMarshaller: string;
    InputFieldWriter: string;
};
