import type { HistoryEntry, LastModified } from "@featurevisor/types"; export declare function getLastModifiedFromHistory(fullHistory: HistoryEntry[], type: any, key: any): LastModified | undefined;