import { GraphiQLOptions } from "./packages/graphql-yoga/src/plugins/use-graphiql.mjs";
import "./packages/graphql-yoga/src/index.mjs";

//#region src/index.d.ts
declare const renderGraphiQL: (opts?: GraphiQLOptions) => string;
//#endregion
export { renderGraphiQL };