import type { MutatorDefs } from "replicache"; import type Express from "express"; export declare function handlePush(req: Express.Request, res: Express.Response, next: Express.NextFunction, mutators: M): Promise;