declare function remove<T>(arr: T[], el: T): void;

export { remove };
