1 | import { request } from "@octokit/request";
|
2 | export declare const graphql: import("./types.js").graphql;
|
3 | export type { GraphQlQueryResponseData } from "./types.js";
|
4 | export { GraphqlResponseError } from "./error.js";
|
5 | export declare function withCustomRequest(customRequest: typeof request): import("./types.js").graphql;
|