import { TemplateNode } from '../../interfaces';
export declare function to_string(node: TemplateNode): string;
