declare module "@extra-array/filter-at" {
/**
 * Keeps values at given indices only.
 * @param x an array (updated)
 * @param is indices (sorted)
 * @returns x
 */
declare function filterAt<T>(x: T[], is: number[]): T[];
export = filterAt;
//# sourceMappingURL=filterAt.d.ts.map}
