import type { PrintChild } from './types'; export declare const printTree: (tab: string | undefined, children: (PrintChild | null)[]) => string;