import { ScalarType } from './Types/ScalarType';
declare const scalarTypes: Record<ScalarType, string>;
export { scalarTypes };
