import List from "../array/list"; export default function RemoveIndexParameter({ array, index, }: List & { index: number; }): boolean;