import { ZodType } from "zod"; import type { MutatorDefs, ReadonlyJSONValue } from "replicache"; export declare type Error = "SpaceNotFound"; export declare function parseIfDebug(schema: ZodType, val: T): T; export declare function push(spaceID: string, requestBody: any, mutators: M): Promise;