export declare const JAVA_SCALARS: {
    ID: string;
    String: string;
    Boolean: string;
    Int: string;
    Float: string;
};
