import { TextSizes, Theme } from './models'; export declare const DISLIKE_VARIANTS: { ru: string[]; en: string[]; }; export declare const DEFAULT_SETTINGS: { fullScreen: boolean; singlePage: boolean; wideFormat: boolean; showMiniToc: boolean; bookmarkedPage: boolean; theme: Theme; textSize: TextSizes; isLiked: boolean; isDisliked: boolean; isPinned: boolean; }; export declare const ERROR_CODES: { ACCESS_DENIED: number; NOT_FOUND: number; SERVER_ERROR: number; };