export declare function partition(items: readonly T[], predicate: (item: T) => boolean): [T[], T[]]; //# sourceMappingURL=partition.d.ts.map