import { Annals } from "./annals.js";
export declare function trim_to_history_limit<X>(array: X[], limit: number): X[];
export declare function record_snapshot(history: Annals<any>, state: any, limit: number): void;
