/* tslint:disable */ /* eslint-disable */ /** */ export class Uwurandom { free(): void; /** * @returns {Uwurandom} */ static new(): Uwurandom; /** * @returns {string} */ generate(): string; }