export declare class TruncatePipe { transform(value: string, args: any[]): string; }