import type { NextApiRequest, NextApiResponse } from "next"; import type { MutatorDefs } from "replicache"; export declare function handlePush(req: NextApiRequest, res: NextApiResponse, mutators: M): Promise;