import type { TODO_any } from '../../utils/organization/TODO_any';
import type { FormatParser } from '../_common/FormatParser';
/**
 * Definition for any text - this will be always valid
 *
 * Note: This is not useful for validation, but for splitting and mapping with `subvalueParsers`
 *
 * @public exported from `@promptbook/core`
 */
export declare const TextFormatParser: FormatParser<string, string, TODO_any, TODO_any>;
