import { RequestDocument, Variables } from 'graphql-request';
export declare function debugLogRequestInfo(api: string, query: RequestDocument, variables?: Variables, headers?: {
    [key: string]: string;
}): void;
export declare function errorHandler<T>(api: string): (error: unknown, requestId?: string) => Error | unknown;
