import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { SimplePromptInterfaceTools } from '../dialogs/simple-prompt/SimplePromptInterfaceTools'; import { $provideScrapersForBrowser } from '../scrapers/_common/register/$provideScrapersForBrowser'; import { getLocalStorage } from '../storage/local-storage/getLocalStorage'; import { getSessionStorage } from '../storage/local-storage/getSessionStorage'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { SimplePromptInterfaceTools }; export { $provideScrapersForBrowser }; export { getLocalStorage }; export { getSessionStorage };