import { IByMonthOfYearRuleOptions } from './02-by-month-of-year.pipe';
import { IPipeRule, IPipeRunFn, PipeRule } from './interfaces';
export declare class RevByMonthOfYearPipe extends PipeRule<IByMonthOfYearRuleOptions> implements IPipeRule<IByMonthOfYearRuleOptions> {
    run(args: IPipeRunFn): import("../../date-time").DateTime | null;
}
//# sourceMappingURL=rev-02-by-month-of-year.pipe.d.ts.map