/// import * as http from 'http'; import { type Update } from '../types/typegram'; export default function (hookPath: string, updateHandler: (update: Update, res: http.ServerResponse) => Promise): (req: http.IncomingMessage & { body?: Update; }, res: http.ServerResponse, next?: () => void) => Promise; //# sourceMappingURL=webhook.d.ts.map