import { LinesPipe } from './lines';
export declare const STRING_PIPES: typeof LinesPipe[];
export declare class NgStringPipesModule {
}
export * from './ucwords';
export * from './ltrim';
export * from './repeat';
export * from './rtrim';
export * from './scan';
export * from './shorten';
export * from './strip-tags';
export * from './trim';
export * from './ucfirst';
export * from './slugify';
export * from './camelize';
export * from './latinise';
export * from './lines';
export * from './underscore';
export * from './match';
export * from './test';
export * from './lpad';
export * from './rpad';
