import { Context } from "./Context"; /** * Preconfigured application context. */ export declare class AppContext extends Context { constructor(); }