import { RuleOption } from '../rule-options';
import { IPipeRule, IPipeRunFn, PipeRule } from './interfaces';
export interface IByHourOfDayRuleOptions {
    byHourOfDay: RuleOption.ByHourOfDay[];
}
export declare class ByHourOfDayPipe extends PipeRule<IByHourOfDayRuleOptions> implements IPipeRule<IByHourOfDayRuleOptions> {
    run(args: IPipeRunFn): import("../../date-time").DateTime | null;
}
//# sourceMappingURL=07-by-hour-of-day.pipe.d.ts.map