/** * A simple premade consolidator that keeps only the first element in an array * Useful for elements that wouldn't make a differents if multiple of them would * be applied to a single file like removing it */ export declare const keepOnlyFirst: (elements: T[]) => T[]; //# sourceMappingURL=keep-only-first.function.d.ts.map