import { chalk } from '@flatjs/common'; /** * Formats the spinner text by adding prefixes and styling using chalk. * * @param strArr - An array of strings to be formatted. * @param prefixCode - The prefix to replace default prefix code. * @param prefixColor - The color of the prefix. * @returns The formatted spinner text. */ export declare const formatSpinnerText: (strArr?: string[], prefixCode?: string, prefixColor?: Parameters[0][number]) => string;