import { IncomingMessage, ServerResponse } from "http"; import { type ServerConfig } from "./types"; export declare const GET: (req: IncomingMessage, res: ServerResponse, path: string, config: ServerConfig) => Promise; export declare const POST: (req: IncomingMessage, res: ServerResponse, path: string, config: ServerConfig) => Promise; //# sourceMappingURL=methods.d.ts.map