import type * as CST from './types.ts';
/**
 * Stringify a message CST.
 * Does not perform any error checking or validation.
 */
export declare function stringifyCST(cst: CST.Message): string;
