import { ApolloServer } from '@apollo/server'; import { EpsilonConfig } from '../config/epsilon-config.js'; export declare class SampleServerComponentsWithApollo { private constructor(); static createSampleApollo(): Promise; static createSampleEpsilonConfig(label: string): Promise; }