export declare function remove(array: Array, elt: T): void; export declare function removeAt(array: Array, index: number): T | undefined;