export declare function isScalarType(type: string): boolean;
export declare function getGraphQLScalar(scalarType: string): string;
