///
import { GraphQLOptions } from '@landingexp/apollo-server-core';
import { RequestHandler } from 'micro';
import { IncomingMessage } from 'http';
import { ValueOrPromise } from '@landingexp/apollo-server-types';
export interface MicroGraphQLOptionsFunction {
(req?: IncomingMessage): ValueOrPromise;
}
export declare function graphqlMicro(options: GraphQLOptions | MicroGraphQLOptionsFunction): RequestHandler;
//# sourceMappingURL=microApollo.d.ts.map