export declare function useAppContext(): import("../components/AppContext").ContextProps; export declare function usePlaygroundContext(): Partial; export declare function useIsCloud(): boolean; export declare function useToken(): string | null;