import type { useServer } from 'graphql-ws/lib/use/ws';
import type { MeshInstance } from '@graphql-mesh/runtime';
export declare function getGraphQLWSOptions(getBuiltMesh: () => Promise<MeshInstance>): Parameters<typeof useServer>[0];
