declare const fetchGraphql: (query: string) => Promise<any>;
export default fetchGraphql;
