import { GatewayContext } from '../models/context'; import { ApiActionConfig, ApiByScope, ContextApiWithRoot, GatewayRequest, GatewayResponse, SchemasByScope } from './../models/common'; export type RequestContext = Omit, 'args'>; export declare function generateContextApi, Res extends GatewayResponse>(baseApi: ApiByScope, requestContext: RequestContext): ContextApiWithRoot;