import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
/**
 * In case of limits in Messaging management, value of '-1' means that there is no limit.
 */
export declare class BacklogQuotaLimitPipe implements PipeTransform {
    private translateService;
    private locale;
    transform(value: number): number | string;
    static ɵfac: i0.ɵɵFactoryDeclaration<BacklogQuotaLimitPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<BacklogQuotaLimitPipe, "backlogQuotaLimit", true>;
}
//# sourceMappingURL=backlog-quota-limit.pipe.d.ts.map