export declare function pushToList(list: T[], newItem: T, maxSize: number, actionOnDuplicate: "keep" | "reorder", actionOnInsert: "start" | "end"): T[];