import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ShortenUserNamePipe implements PipeTransform {
    transform(user: any): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ShortenUserNamePipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<ShortenUserNamePipe, "shortenUserName", true>;
}
//# sourceMappingURL=shorten-user-name.pipe.d.ts.map