export interface Bootstrap { initState: () => void; initAjax: () => void; updateState: () => void; initApp: () => void; }