import * as http from 'node:http'; import type { Context } from '@gaman/common/types/index.js'; export declare function createContext(req: http.IncomingMessage, res?: http.ServerResponse): Promise;