type Type = 'animals' | 'adjective'; export declare function random(type: Type): string; export {}; //# sourceMappingURL=chance.d.ts.map