/**
* A react hook that returns the Apphouse store that allows
* access to features such as routing, feedback, shortcuts, etc.
* @returns The Apphouse store
*/
import { IStoreWithBase } from'./context.interface';
export declarefunctionuseApphouse<T>(): IStoreWithBase<T>;