export declare class TextGenerator { static getLoremIpsum(paragraphs?: number, sentencesPerParagraph?: number): string; }