import { GraphQLArgument } from 'graphql'; import { GQLTemplateArgDeclaration } from './types'; export default function getArgs(args: GraphQLArgument[]): Array;