export declare const UNIT_WORDS = "words"; export declare const UNIT_WORD = "word"; export declare const UNIT_SENTENCES = "sentences"; export declare const UNIT_SENTENCE = "sentence"; export declare const UNIT_PARAGRAPHS = "paragraphs"; export declare const UNIT_PARAGRAPH = "paragraph"; export declare const UNITS: string[]; export declare type LoremUnit = "words" | "word" | "sentences" | "sentence" | "paragraphs" | "paragraph";