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