import { IntrospectionTypeRef } from 'graphql';
export default function getTypescriptTypeString({ type }: Props): any;
interface Props {
    type: IntrospectionTypeRef;
}
export {};
