export declare function partition(items: readonly T[], predicate: (item: T) => boolean): [T[], T[]];