import { PipeTransform } from '@angular/core';
import { DataJobDeployment } from '../../model';
import * as i0 from "@angular/core";
export declare class ExecutionSuccessRatePipe implements PipeTransform {
    readonly localeId: string;
    private readonly _percentPipe;
    /**
     * ** Constructor.
     */
    constructor(localeId: string);
    /**
     * @inheritDoc
     */
    transform(deployments: DataJobDeployment[]): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ExecutionSuccessRatePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<ExecutionSuccessRatePipe, "executionSuccessRate">;
}
