export declare const wait: (ms: number) => Promise; export declare const lastWord: (text: string) => string; export declare const removeWords: (text: string, ...words: string[]) => string;