import type { ImplicitlyInstallablePlugin } from '../../../ApolloServer';
import type { ApolloServerPluginLandingPageLocalDefaultOptions, ApolloServerPluginLandingPageProductionDefaultOptions } from './types';
export declare function ApolloServerPluginLandingPageLocalDefault(options?: ApolloServerPluginLandingPageLocalDefaultOptions): ImplicitlyInstallablePlugin;
export declare function ApolloServerPluginLandingPageProductionDefault(options?: ApolloServerPluginLandingPageProductionDefaultOptions): ImplicitlyInstallablePlugin;
//# sourceMappingURL=index.d.ts.map