export declare function pushUpdate(array: T[], replace: boolean, item: T, maxLength: number): T | null | undefined;