import type { RequestListener } from "http"; import type { ApplicationFunction, MiddlewareOptions } from "./types.js"; export declare function createNodeMiddleware(appFn: ApplicationFunction, { probot, webhooksPath }?: MiddlewareOptions): RequestListener;