import { ParserField } from 'graphql-js-tree'; export declare const compileTypeOptions: ({ type }: Pick) => string; export declare const compileScalarTypes: (type: ParserField['type']) => string;