export interface UseSpaceHistoryOptions {
    enabled?: boolean;
    maxHistorySize?: number;
}
export declare function useSpaceHistory(): void;
