import { PipeTransform } from '@angular/core';
import { TimeService } from '../services/time.service';
import * as i0 from "@angular/core";
export declare class CrontabNextPipe implements PipeTransform {
    private readonly time;
    constructor(time: TimeService);
    transform(rule: string, step?: number, { utc, showUtc, format, tz, formatTz, showLocalTz, parseInCurrentTz, }?: {
        utc?: boolean;
        showUtc?: boolean;
        format?: string;
        tz?: string;
        formatTz?: string;
        showLocalTz?: boolean;
        parseInCurrentTz?: boolean;
    }): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CrontabNextPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<CrontabNextPipe, "aclCrontabNext", true>;
}
