export declare function partition(array: T[], predicate: (value: T) => boolean, pass?: T[], fail?: T[]): [T[], T[]];