/** * Generate random string */ export declare const generateRandomString: (len?: number) => string; export declare const isValidUsername: (username: string) => boolean; //# sourceMappingURL=index.d.ts.map