declare module 'graphql-prettier' { const graphqlPrettier: (str: string) => string; export default graphqlPrettier; }