import { IStoreWithBase } from '../context/context.interface';
import { Route } from './routing/route.interface';
export declare function initApphouse<S>(routes?: Route[], store?: IStoreWithBase<S>): IStoreWithBase<S>;
