declare module 'format-graphql' { export function formatSdl(query: string): string; }