import React from "react";
import { LiveAppProviderProps, LiveAppContextType } from "./types";
import { LiveAppManifest } from "../../platform/types";
export declare const liveAppContext: React.Context<LiveAppContextType>;
export declare function LocalLiveAppProvider({ children, db }: LiveAppProviderProps): React.JSX.Element;
export declare function useLocalLiveAppManifest(appId?: string): LiveAppManifest | undefined;
export declare function useLocalLiveAppContext(): LiveAppContextType;
//# sourceMappingURL=index.d.ts.map