9 lines
193 B
TypeScript
9 lines
193 B
TypeScript
|
/**
|
||
|
* Add support for serializing natural language.
|
||
|
*
|
||
|
* @returns {undefined}
|
||
|
* Nothing.
|
||
|
*/
|
||
|
export default function retextStringify(): undefined;
|
||
|
export type Root = import('nlcst').Root;
|