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