export declare let isRunning: boolean;
/**
 * Includes init built-in middleware, create store, load domain tree and so on.
 */
export declare function init(callback?: () => void | Promise<void>): void | Promise<void>;
