/// <reference types="react" />
export declare const ApphouseContext: import("react").Context<{
    store: any;
}>;
