export declare function acronym(text: string, config?: { mutipleWords: boolean; lengthOfResult: number; }): string;