import React from "react"; /** * Context that exposes the full RebaseClient instance. * Used by the JS Editor to give developer scripts access to `client.data`, `client.auth`, etc. */ export declare const RebaseClientInstanceContext: React.Context;