export declare function arrayRemove(array: T[], item: T): T[]; export declare function arrayInsert(array: T[], item: T, index: number): T[];