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