export declare const adjectives: { en: string[]; id: string[]; }; export declare const nouns: { en: string[]; id: string[]; }; export declare const generateReadableId: (options?: { language: string; }) => string;