export declare const partition: (array: T[], predicate: (item: T) => boolean) => T[][];