export declare function isSeparator(char: string): boolean;
export declare function slugify(input: string): string;
