///
import type { Client } from "@ponder/client";
import type { ResolvedSchema } from "./index.js";
export declare const PonderContext: import("react").Context | undefined>;
type PonderProviderProps = {
client: Client;
};
export declare function PonderProvider(parameters: React.PropsWithChildren): import("react").FunctionComponentElement | undefined>>;
export {};
//# sourceMappingURL=context.d.ts.map