export * from './abbreviate-number/abbreviate-number.pipe'; export * from './date/date.pipe'; export * from './round-number/round-number.pipe'; export * from './sentence-case/sentence-case.pipe'; export * from './time-ago/time-ago.pipe'; export * from './title-case/title-case.pipe'; export * from './truncate/truncate.pipe'; export declare class TsPipesModule { }