export declare function removeStars(text: string): string; export declare function extractBlocks(text: string): string[];