import type { IdentityPlugin } from "./server/plugin.js"; /** Enable `app.resolveNode()` for direct callers. Applying it twice is a no-op (named plugin dedupe). */ export declare function nodeDirect(): IdentityPlugin; export type { NodeServeOutcome } from "./server/node-outcome.js"; //# sourceMappingURL=node-direct.d.ts.map