import React from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import { StackClientApp, StackClientAppJson } from "../lib/stack-app"; import { CurrentUserCrud } from "@stackframe/stack-shared/dist/interface/crud/current-user"; //#region src/providers/stack-provider-client.d.ts declare const StackContext: React.Context<{ app: StackClientApp; } | null>; declare function StackProviderClient(props: { app: StackClientAppJson | StackClientApp; serialized: boolean; children?: React.ReactNode; }): react_jsx_runtime0.JSX.Element; declare function UserSetter(props: { userJsonPromise: Promise; }): null; //#endregion export { StackContext, StackProviderClient, UserSetter }; //# sourceMappingURL=stack-provider-client.d.ts.map