import type { IPageScrollerOptions } from '@/types';
export declare const defaultState: IPageScrollerOptions;
export declare function initializeState(options: IPageScrollerOptions): void;
export declare function destroyState(): void;
export declare function initializeCallbacks(options: IPageScrollerOptions): void;
export declare function destroyCallbacks(): void;
//# sourceMappingURL=state.d.ts.map