import type { GraphQLYogaOptions } from './types.js'; export declare const createGraphQLYoga: ({ healthCheckId, loggerConfig, context, getCurrentUser, onException, generateGraphiQLHeader, extraPlugins, authDecoder, cors, services, sdls, directives, armorConfig, allowedOperations, allowIntrospection, allowGraphiQL, defaultError, graphiQLEndpoint, schemaOptions, realtime, trustedDocuments, openTelemetryOptions, includeScalars, }: GraphQLYogaOptions) => Promise<{ yoga: ServerAdapter>; logger: import("@cedarjs/api/logger").Logger; }>; //# sourceMappingURL=createGraphQLYoga.d.ts.map