declare const slugger: (text: string, config?: Record<string, string>) => string;

export { slugger };
