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