/**
 * Remove specific index from source.
 */
export declare function removeIndex<T>(source: T[], index: number): T[];
