import { Api } from "../core/index.js"; export default function parseGraphQl(entrypointUrl: string, options?: RequestInit): Promise<{ api: Api; response: Response; }>; //# sourceMappingURL=parseGraphQl.d.ts.map