export declare const remove: (list: number[], fieldName: string, index: number) => number[];
