declare function slugify(
    str: string,
    replacement?: { [index: string]: string }
): string;

export = slugify;
