/** Given at an array of items, moves the item at the specified index to the end of the array. */
export default function raise<T>(items: T[], raiseIndex: number): T[];
//# sourceMappingURL=raise.d.ts.map