import { Size, Pattern } from './types.js'; export declare class InternalError extends Error { constructor(message: string); } /** * Generates pronounceable 2, 3, and 4-letter English words. */ export declare function genWords(size: Size | undefined, pattern: Pattern | undefined, count: number): string[]; //# sourceMappingURL=utils.d.ts.map