export declare function slugify(string: string, options?: {
    replacement?: string;
    remove?: RegExp;
    lower?: boolean;
    strict?: boolean;
    locale?: string;
    trim?: boolean;
}): string;
//# sourceMappingURL=slugify.d.ts.map