import { PipeTransform } from '@angular/core';
export declare class IsThisYearPipe implements PipeTransform {
    transform(date: Date): boolean;
}
