import type { ImplicitlyInstallablePlugin } from '../../../ApolloServer';
export interface ApolloServerPluginLandingPageDefaultBaseOptions {
    version?: string;
    footer?: boolean;
    __internal_apolloStudioEnv__?: 'staging' | 'prod';
}
export interface ApolloServerPluginLandingPageLocalDefaultOptions extends ApolloServerPluginLandingPageDefaultBaseOptions {
}
export interface ApolloServerPluginLandingPageProductionDefaultOptions extends ApolloServerPluginLandingPageDefaultBaseOptions {
    graphRef?: string;
}
export declare function ApolloServerPluginLandingPageLocalDefault(options?: ApolloServerPluginLandingPageLocalDefaultOptions): ImplicitlyInstallablePlugin;
export declare function ApolloServerPluginLandingPageProductionDefault(options?: ApolloServerPluginLandingPageProductionDefaultOptions): ImplicitlyInstallablePlugin;
//# sourceMappingURL=index.d.ts.map