import { PipeTransform } from '@angular/core'; export declare class UcfirstPipe implements PipeTransform { transform(input: string): string; }