export declare class TruncateCharactersPipe { transform(value: string, limit?: number, trail?: String): string; }