/** Processes a graphql string * (in actuality this does absolutely nothing and is just a useful way of denoting a graphql query and enables editor syntax highlighting) */ declare function gql(s: TemplateStringsArray, ...variables: any[]): string; export default gql;