declare class WpnbAdm { static slugify(str: string): string; static randomStr(length: number): string; } export default WpnbAdm;