import { PipeTransform } from '@angular/core';
export declare class SlugifyPipe implements PipeTransform {
    transform(str: string): string;
}
