import type { I18nBundle } from '../../types';
/**
 * Convert CSV content to i18n bundles.
 *
 * @param text csv text
 * @param filePath file path of csv text
 * @returns i18n bundles
 */
export declare function csvToI18nBundle(text: string, filePath?: string): I18nBundle;
//# sourceMappingURL=csv.d.ts.map