import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class UIntFilterPipe implements PipeTransform {
    transform(value: number[], max?: number): unknown;
    static ɵfac: i0.ɵɵFactoryDeclaration<UIntFilterPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<UIntFilterPipe, "oblUIntFilter", true>;
}
