import type { GraphiQLOptions } from './types.js'; export declare const configureGraphiQLPlayground: ({ allowGraphiQL, generateGraphiQLHeader, }: GraphiQLOptions) => false | { title: string; headers: string | undefined; defaultQuery: string; headerEditorEnabled: boolean; }; //# sourceMappingURL=graphiql.d.ts.map