import type { XyAppContext } from "./types"; export declare function provideXyApp(context: XyAppContext): XyAppContext; export declare function useXyApp(): XyAppContext;