export declare const removeArrayItem: (arr: any[], idx: number) => any[];
