import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ToArrayPipe implements PipeTransform {
    transform(value: any): object[];
    static ɵfac: i0.ɵɵFactoryDeclaration<ToArrayPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<ToArrayPipe, "toArray", false>;
}
