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