import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FormatSchedulePipe implements PipeTransform {
    private static _fallbackTransformNonStandardCron;
    /**
     * @inheritDoc
     *
     *      - Cron schedule default format from kubernetes https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/
     *      - Time in UTC
     */
    transform(cronSchedule: string, defaultResult?: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<FormatSchedulePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<FormatSchedulePipe, "formatSchedule">;
}
