import { PipeTransform } from '@angular/core'; import { List, ValueIteratorTypeGuard } from 'lodash'; export declare class PartitionPipe implements PipeTransform { transform(collection: List | null | undefined, callback: ValueIteratorTypeGuard): [U[], Array>]; }