import type { PullResponse } from "replicache"; import type Express from "express"; export declare function pull(spaceID: string, requestBody: Express.Request): Promise;