import type { FunctionDefinition } from '../../definition_types'; /** * Converts an input value into text. * * @example * ROW a = ["this", "is", "a", "text"] * | EVAL text_a = TO_TEXT(a) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=to_text.d.ts.map