blob: c9b22c94afcb88b0dd396585cb3df7648eeb35e7 [file] [log] [blame]
import { request } from "@octokit/request";
export declare const graphql: import("./types").graphql;
export type { GraphQlQueryResponseData } from "./types";
export { GraphqlResponseError } from "./error";
export declare function withCustomRequest(customRequest: typeof request): import("./types").graphql;