import { renderPlaygroundPage } from '@apollographql/graphql-playground-html';
import type { ApolloServerPlugin } from 'apollo-server-plugin-base';
export declare type ApolloServerPluginLandingPageGraphQLPlaygroundOptions = Parameters<typeof renderPlaygroundPage>[0];
export declare function ApolloServerPluginLandingPageGraphQLPlayground(options?: ApolloServerPluginLandingPageGraphQLPlaygroundOptions): ApolloServerPlugin;
//# sourceMappingURL=index.d.ts.map