import type { Language } from './types/language';
export declare function word(language: Language): string;
export declare function phrase(language: Language): string;
//# sourceMappingURL=lorem.d.ts.map