import { Server } from "../../types/index.js"; export declare const handleRequest: (args: string[], server: Server) => Promise;