declare module "@extra-array/suffixes" {
/**
 * Lists all possible suffixes.
 * @param x an array
 * @param n number of values (-1 => any)
 */
declare function suffixes<T>(x: T[], n?: number): IterableIterator<T[]>;
export = suffixes;
//# sourceMappingURL=suffixes.d.ts.map}
