export declare const GraphQLScalarToJSTypeTable: { String: string; Int: string; Float: string; Boolean: string; Long: string; DateTime: string[]; ID: string; UUID: string; Json: string; Bytes: string; Decimal: string[]; BigInt: string[]; }; export declare const JSOutputTypeToInputType: Record; export declare const JSTypeToGraphQLType: { string: string; boolean: string; object: string; symbol: string; };