import type Express from "express"; export declare function handlePoke(req: Express.Request, res: Express.Response): Promise;