import type { GraphqlMain, Schema } from '@teambit/graphql';
import type { BundlerMain } from './bundler.main.runtime';
export declare function devServerSchema(bundler: BundlerMain, graphql: GraphqlMain): Schema;
