import type { HeadlessNode } from '../types';
export declare const print: (node: undefined | HeadlessNode, tab?: string) => string;
