import { StateType } from './types'; export declare function initDotsFeature($root: string, store: StateType): Promise; export declare function initPagesFeature($root: string): Promise; export declare function syncPagesFeature($root: string): Promise; export declare function initProgressFeature($root: string): Promise; export declare function syncProgressFeature($root: string): Promise; export declare function initArrowsFeature($root: string, store: StateType): Promise; export declare function initSwipeFeature($root: string, store: StateType): Promise;