interface GraphqlRequestProps> { query: string; variables?: TVariables; } export declare const graphqlRequest: >({ query, variables, }: GraphqlRequestProps) => Promise; export {};